Can you just place these in your whitelist, such as:

[EMAIL PROTECTED] 
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED] 

?

Bob


---------- Original Message -----------
From: "Jason R. Mastaler" <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Sent: Sun, 08 Jun 2003 13:50:00 -0600
Subject: Re: Allowing list signups

> "Todd A. Jacobs" <[EMAIL PROTECTED]> writes:
> 
> > # Incoming filter to allow list signup without a lot of fuss.
> > lists = "~/mail/lists"
> > from [EMAIL PROTECTED]  deliver=${lists}        # ezmlm lists?
> > from [EMAIL PROTECTED]        deliver=${lists}        # some ezmlm lists
> > from [EMAIL PROTECTED]          deliver=${lists}        # mailman lists
> > from [EMAIL PROTECTED]          deliver=${lists}        # some majordomo lists
> 
> You might want to reread the "Macros" section at
> http://tmda.net/config-filter.html, as you are confusing macros with
> variable interpolation.  What you probably want is something like:
> 
> macro LISTS ~/mail/lists
> from [EMAIL PROTECTED]  deliver=LISTS        # ezmlm lists?
> from [EMAIL PROTECTED]        deliver=LISTS        # some ezmlm lists
> from [EMAIL PROTECTED]          deliver=LISTS        # mailman lists
> from [EMAIL PROTECTED]          deliver=LISTS        # some majordomo lists
> 
> _____________________________________________
> tmda-users mailing list ([EMAIL PROTECTED])
> http://tmda.net/lists/listinfo/tmda-users
------- End of Original Message -------

_____________________________________________
tmda-users mailing list ([EMAIL PROTECTED])
http://tmda.net/lists/listinfo/tmda-users

Reply via email to