Re: [Mailman-Users] Configuration Question: Regarding mailfilterbased email addresses

2009-08-26 Thread David Walker

 That is the user based solution. The list admin based solution is to
 add per...@example.com or ^person(\+.*)?...@example\.com to
 accept_these_nonmembers.


Thanks Mark.  However, as others will probably chime in, this is still a
per-user setting.  IE I'd need to set a accept_these_nonmembers for everyone
who uses the +tag email option.  I was thinking that there should be some
config option that would (and if i knew python a bit better I may have
attacked this)

When mailman checks if this sender is registered, I'm assuming (sorry for
the phpesque here):
if (in_array($sender, $registered_users))

Well before doing this check, the registered_users array could be walked
through
foreach($registered_user as $user) {
  $user = preg_replace('/(.*)+.*(@.*)/', '/$1$2/', $user);
}

--
Dave
--
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


[Mailman-Users] Configuration Question: Regarding mailfilter based email addresses

2009-08-25 Thread David Walker
Sorry if the subject is not quite clear, but I have a question on
configuring mailman.  I set up a list for a group I'm apart of, and one
person uses easier to filter on email addresses.  I guess I'll jump to the
example it'll make sense then

Suppose I had an email:  per...@world.com

However, for the purpose of mailman-users list I want to register my email
as: person+mmus...@world.com person%2bmmus...@world.com

As we all (or at least most may) know, the +tag format described in RFC3696
(http://tools.ietf.org/html/rfc3696) allows for this format.  However
mailman, doesn't.  Since the registered user person+mmusers exists and is
all good, when person sends a message to the list it gets bounced.

So my question is: how can I configure mailman to allow person to post when
he registered as person+mmusers

Thanks!
--
Dave
--
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