On 10/01/2015 10:22 PM, Mark Sapiro wrote:
The email address of the sender of the post doesn't pass the test in
mailman/email/validate.py. This means it contains a space or begins with
a '-' or contains or a non-printable ascii character or an ascii
printable character in the set

][()<>|;^,

It also must be a fully qualified address with at least one '.' in the
domain.

I added some logging (and posted details to dev-list) as well, apparently the part raising exception is:

if not self.is_valid(email):
   raise InvalidEmailAddressError(email)

However, the variable 'email' is empty, which obviously doesn't qualify as an valid email address. I haven't yet got further about why the variable doesn't contain anything.

--
Take
------------------------------------------------------
Mailman-Users mailing list Mailman-Users@python.org
https://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: 
https://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Reply via email to