Hello list,

I'm looking for a solution to solve this problem:

I have a few lists (~20) in which i have a lot of members.
A lot of members receive their eMails from an adress examp...@domain1.com; but they can only send their mails from examp...@domain2.com

Is there a way have mailman accept emails from examp...@[domain1.com|domain2.com] without having to enter all examp...@... examp...@... to the accept_these_nonmember rules? In logic this would look like this:

if SENDER_DOMAIN = "domain1.com" {
   if sender_u...@domain2.com exist {
        approve
    } else {
        deny
    }
}

I hope you get what I am looking for.
Regards,
Patrick

------------------------------------------------------
Mailman-Users mailing list Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
Security Policy: http://wiki.list.org/x/QIA9
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Reply via email to