On Tue, 7 May 2002 14:11:23 -0400, Chris McFerren <[log in to unmask]>
wrote:

>I attempted to modify the template SIGNUP1 as follows:
>
>   .BB (&WHOM =* *@DOMAIN.NET)
>   Custom message here.
>   .EB
>   Generic message here.

More likely you need IF/ELSE/ENDIF structure here.

.BB (statement)
....
.ELSE
....
.EB

and the test for if the address is *@DOMAIN.NET should be

.* Special for AOL users
.bb &WHOM =* "*@aol.com"

>This produces an error at the beginning of the second condition argument.
>
>Is this not the correct syntax?  Is this not allowed in this template?