Emmett Perdue wrote:
>
>How can I setup a list so that mail can be accepted ONLY from 1 IP  
>address? As an example I have a list named [email protected] and it is setup  
>as an announce list only accepting mail from 1 user with an address of 
>[email protected] 
>.  How can I set this list up so that even if the mail appears to come  
>from [email protected] the email will post to the list ONLY if [email protected]'s  
>email came from bobspc.123.com which has an an IP address of  
>123.456.789.246


You could set up header_filter_rules (Privacy options... -> Spam
filters) for this list as follows:

rule 1

regexps
^Received:.*bobspc\.123\.com
^Received:.*123\.456\.789\.246

action Accept

rule 2
regexp
.

Action Discard


However, An easier and better way to do this is to moderate Bob along
with everyone else and have Bob post with a header

Approved: password

where password is the list's admin or moderator password.

-- 
Mark Sapiro <[email protected]>        The highway is for gamblers,
San Francisco Bay Area, California    better use your sense - B. Dylan

------------------------------------------------------
Mailman-Users mailing list
[email protected]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: http://wiki.list.org/x/QIA9

Reply via email to