LSTOWN-L Archives

LISTSERV List Owners' Forum

LSTOWN-L

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Topic: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Ben Parker <[log in to unmask]>
Tue, 7 May 2002 22:20:50 -0600
text/plain (27 lines)
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?

ATOM RSS1 RSS2