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 a...@123.com and it is setup  
>as an announce list only accepting mail from 1 user with an address of 
>b...@123.com 
>.  How can I set this list up so that even if the mail appears to come  
>from b...@123.com the email will post to the list ONLY if b...@123.com'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 <m...@msapiro.net>        The highway is for gamblers,
San Francisco Bay Area, California    better use your sense - B. Dylan

------------------------------------------------------
Mailman-Users mailing list
Mailman-Users@python.org
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