Bug 1734 - kristoffersen.net email unusable by From address is "at something-offers" test
Summary: kristoffersen.net email unusable by From address is "at something-offers" test
Status: RESOLVED FIXED
Alias: None
Product: Spamassassin
Classification: Unclassified
Component: Regression Tests (show other bugs)
Version: 2.50
Hardware: Other Linux
: P5 normal
Target Milestone: 2.60
Assignee: Daniel Quinlan
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-04-03 04:01 UTC by Dag Oien
Modified: 2003-06-03 06:08 UTC (History)
1 user (show)



Attachment Type Modified Status Actions Submitter/CLA Status

Note You need to log in before you can comment on or make changes to this bug.
Description Dag Oien 2003-04-03 04:01:28 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.
Comment 1 Daniel Quinlan 2003-05-23 15:59:33 UTC
> 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
Comment 2 Daniel Quinlan 2003-06-03 14:08:01 UTC
fixed in CVS