TRON478 wrote:

>hmmm, ok you are right with the spammers :) but my customer wants to open
>the list for everyone. but another question: is it possible to work with
>wildcards or domains like
>
>[EMAIL PROTECTED]
>or
>cuto.dom
>
>so only acceptance is for the domains above?


Not wildcards, but regular expressions. You can put regular expressions
in accept_these_nonmembers. If an entry begins with ^, it is
interpreted as a case insensitive Python regular expression. See
<http://www.python.org/doc/current/lib/re-syntax.html> for syntax
details. Your example would be something like

[EMAIL PROTECTED]

or perhaps

^.*@(.*\.)?example\.com$

which would accept domains like example.com and mail.example.com but
not myexample.com.


>by the way :) > has mailman an irc channel? ;)


See <http://www.list.org/devs.html>.

-- 
Mark Sapiro <[EMAIL PROTECTED]>       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://www.python.org/cgi-bin/faqw-mm.py
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://www.python.org/cgi-bin/faqw-mm.py?req=show&amp;file=faq01.027.htp

Reply via email to