André BEGOC wrote:
>
>My students subscribe at mailman list with their login (ie : 
>[email protected]). When they send a message to list, they are : "not 
>subscribed" , because they are subscribed with : 
>[email protected]


Presumably, they are subscribing via email and postfix is rewriting the
address before delivering the mail to Mailman. If the student
subscribes via the web, I don't think the rewrite will occur, but that
still doesn't address the problem of accepting BOTH addresses.


>How can i force mailman to use, independently : [email protected] and/or 
>: [email protected]


You could modify Mailman/Handlers/Moderate.py to consult your postfix
maps for the alternate address before deciding that a post is from a
non-member.

Alternatively, you could run some external process to get a membership
list, look up the alternate addresses and add those to
accept_these_nonmembers or as Grant suggests, subscribe them with mail
delivery disabled. bin/list_members, bin/add_members, and the scripts
at <http://www.msapiro.net/scripts/non_members> and
<http://www.msapiro.net/scripts/set_nomail.py> may help.

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