Bug 3171 - split out SPF lookups into a plugin
Summary: split out SPF lookups into a plugin
Status: RESOLVED FIXED
Alias: None
Product: Spamassassin
Classification: Unclassified
Component: Rules (Eval Tests) (show other bugs)
Version: SVN Trunk (Latest Devel Version)
Hardware: Other other
: P5 normal
Target Milestone: 3.0.0
Assignee: SpamAssassin Developer Mailing List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 3208
  Show dependency tree
 
Reported: 2004-03-13 16:43 UTC by Justin Mason
Modified: 2004-03-23 10:58 UTC (History)
0 users



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 Justin Mason 2004-03-13 16:43:15 UTC
This is a task I wanted to do for 3.0.0.   very simple: take code from
EvalTests, move to Mail::SpamAssassin::Plugins::SPF.  useful since users may
already be doing SPF lookups on their MTA and won't need additional lookups.
Comment 1 Graham Murray 2004-03-14 02:24:41 UTC
While those of us doing SPF tests in the MTA will not want additional lookups,
it would be good to still score on the SPF header inserted by the MTA.
Comment 2 Justin Mason 2004-03-23 19:50:02 UTC
done.