SA Bugzilla – Bug 1734
kristoffersen.net email unusable by From address is "at something-offers" test
Last modified: 2003-06-03 06:08:01 UTC
SpamAssasin seems to give all mail from the @kristoffersen.net domain a 4.3 penalty because the From address is "at something-offers". My girlfriend just can't help it, she was born with the substring "offers" in her last name, Kristoffersen. Seems like she just have to marry me to be able to get a new last name and be able to send mail again. BTW: Thanks for a great piece of software, everyone.
> My girlfriend just can't help it, she was born with the substring "offers" in > her last name, Kristoffersen. Seems like she just have to marry me to be able > to get a new last name and be able to send mail again. We're just trying to help get you two hitched. Just the same, I wouldn't want to apply additional pressure, so I added a bunch of rules to CVS for testing: header T_FROM_OFFERS_1 From:addr =~ /^From:.*\@\S*offer(?!sen)/i header T_FROM_OFFERS_2 From:addr =~ /^From:.*\@\S*offer(?!sen\b)/i header T_FROM_OFFERS_3 From:addr =~ /^From:.*\@\S*offer(?!s[eo]n)/i header T_FROM_OFFERS_4 From:addr =~ /^From:.*\@\S*offer(?!s[eo]n\b)/i header T_FROM_OFFERS_5 From:addr =~ /^From:.*\@\S*offers?(?:\b|[^a-z])/i
fixed in CVS