Brent Kearney wrote:
>
>There was a comma in one of the email addresses, like this:
>[EMAIL PROTECTED],.edu.
>
>So I solved my data problem, but the question remains as to why
>add_members didn't fail in the same place.
The processing between add_members and sync_members is different.
sync_me
Hi,
I found the problem with my data by temporarily adding a
print_("Checking:" ... line to sync_members at around line 209:
for name, addr in filemembers:
try:
print _('Checking: %(addr)1s')
Utils.ValidateEmail(addr)
except Errors.EmailAddressError
Hello,
I'm having a strange problem with the sync_members script on Maiman.
I have a text file with about 8500 emails, one per line, and I've
filtered out whitespace for each email in the file, and checked that
they all have "@". I can add them to a mail list using "add_members -
r /tmp/