On Mon, 18 Feb 2002, Charlie Watts wrote: > Some interesting discussion here. Apparently many freemail providers > require the first character of your username to begin with a letter, not a > number. <snip> > header FROM_INVALID_FREEMAIL_USER From =~ >/^\d.*([hg]otmail|yahoo|netscape|msn|aol|algelfire|usa|(opera|eudora|dreame|tan|turbo|cara)mail)\.(com|net)/ > describe FROM_INVALID_FREEMAIL_USER From invalid freemail address > > I don't know how accurate that list is, or even if it is true. :-)
I just verified that hotmail, yahoo, and netscape, at least, all DO require the first character to not only not be a number, but actually to be a letter. Perhaps this is better: header FROM_INVALID_FREEMAIL_USER From =~ /^[^a-z].*(yahoo|netscape|msn|aol|angelfire|usa|([hg]otmail|opera|eudora|dreame|tan|turbo|cara)mail)\.(com|net)/ Fixed the angelfire mispeling, too. -- Charlie Watts [EMAIL PROTECTED] Frontier Internet, Inc. http://www.frontier.net/ _______________________________________________ Spamassassin-talk mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/spamassassin-talk