[Spambayes] Using Spambayes w/ Eudora

Neale Pickett neale at woozle.org
Mon Jan 13 21:36:29 EST 2003


Anthony Baxter <anthony at interlink.com.au> writes:

> Last time I looked, Eudora ate everything to the right of an @ sign
> as the server name. And the field was limited to something like 14
> characters.

Oh, man, that sucks!

Okay then, I guess the only thing for it is to have a map in python from
usernames to username/host combinations.

{'user1': ('pop3.bigmailhost.net', 'neale'),
 'user2': ('pop3.mediumhost.net', 'npickett')}

etc.

Would that would be a workable fallback for the @-impaired?

Neale



More information about the Spambayes mailing list