----- Original Message ----- From: "Todd" <[EMAIL PROTECTED]>
> I have an external test that is adding headers to emails before they arrive > at the mail server. > > The headers look like this: > > X-Spam-Status: Yes, hits=12.000000 required=6.500000 > tests=SUBJ_YOUR_DEBT:2.800000 > tests=CONGRATULATIONS:2.100000 > tests=SELECTED_YOU:-0.100000 > tests=UNSECURED_CREDIT:1.200000 > tests=CLICK_BELOW:0.700000 > tests=BAD_CREDIT:3.000000 > tests=ACT_NOW:0.600000 > tests=REMOVE_PAGE:1.700000 > > > I want to be able to use the headers in Declude to add weight. Currently I > have the Standard version of Declude. > > I believe I would need the Pro version to do this? Can I add tests with > Pro that would look something like this or is their another way - > > HEADER 5 CONTAINS X-Spam-Status: Yes, hits=12 > HEADER 6 CONTAINS X-Spam-Status: Yes, hits=13 > HEADER 7 CONTAINS X-Spam-Status: Yes, hits=14 Yep, that would work fine. You could make it even simpler by just using: HEADER 5 CONTAINS hits=12 HEADER 6 CONTAINS hits=13 HEADER 7 CONTAINS hits=14 That's how I track my SpamAssassin headers with Declude. Bill --- [This E-mail was scanned for viruses by Declude Virus (http://www.declude.com)] --- This E-mail came from the Declude.JunkMail mailing list. To unsubscribe, just send an E-mail to [EMAIL PROTECTED], and type "unsubscribe Declude.JunkMail". The archives can be found at http://www.mail-archive.com.
