Pedro Sánchez wrote:
>
>Im trying to test mailman in my local server (127.0.0.1) whit local user.
>
>the problem is that when i'm trying to add a new list whit the email 
>address user@localhost mailman not allow me to do that


Correct. Mailman requires that email addresses be qualified with a
domain that contains at least one dot.


>or if i put a 
>valid email address like u...@domain.com mailman give an error when i'm 
>trying to add local user to the list ,


What error?


>local users has a emal address 
>like this user@localhost
>
>some clue?


Try user@[127.0.0.1]

If that doesn't work, e.g. because your MTA doesn't accept domain
literals, you can edit the definition of the ValidateEmail(s) function
in Mailman/Utils.py to remove or comment the two lines

    if len(domain_parts) < 2:
        raise Errors.MMBadEmailError, s

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