| Email General questions, webmail, mailing lists. |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread |
|
|
#11 (permalink) | |
|
Surpass Fan
Comfy Contributor
Joined in Jun 2003
Lives in Denver
Hosted on D9
142 posts
Gave thanks: 4
Thanked 3 times
|
Quote:
But if you look in the expanded header of the e-mail, that's where all of the info previously listed in the e-mail. I wonder if it's so that you can better analyze the e-mail as a potential HAM without having to open the attachment?
__________________
"In the end, everything will be fine - if it is not fine, it is not the end." PseudoSwedelarvez.com Dime9 |
|
|
|
|
|
|
#12 (permalink) | |
|
minor deity
Super #1
Joined in Apr 2004
Lives in Georgia
Hosted on XEON
7,395 posts
Gave thanks: 28
Thanked 94 times
|
Hmm.
Reading on the Spam Assassin wiki... Quote:
But here is the modification I made to the original SA-learn script (basically I took out --mbox, and added /* per the above quote...). Code:
#!/bin/sh echo "Learning SPAM" for FILE in `find $HOME/mail/ -name SPAM -print` do echo "Processing $FILE" sa-learn --spam $FILE/* done echo "Learning HAM" for FILE in `find $HOME/mail/ -name HAM -print` do echo "Processing $FILE" sa-learn --ham $FILE/* rm $FILE touch $FILE done echo "Done" Code:
Learning SPAM Learning HAM Processing /home/##/mail/stegenga.net/mailtrap/HAM Learned tokens from 0 message(s) (0 message(s) examined) Processing /home/##/mail/host-my-site.com/sales/HAM Learned tokens from 0 message(s) (0 message(s) examined) Processing /home/##/mail/mybrainhost.com/sales/INBOX/HAM Learned tokens from 0 message(s) (0 message(s) examined) Processing /home/##/mail/mybrainhost.com/sales/HAM Learned tokens from 0 message(s) (0 message(s) examined) Processing /home/##/mail/mybrainhost.com/abuse/HAM Learned tokens from 0 message(s) (0 message(s) examined) Processing /home/##/mail/mybrainhost.com/support/HAM Learned tokens from 0 message(s) (0 message(s) examined) Processing /home/##/mail/mybrainhost.com/design/HAM Learned tokens from 0 message(s) (0 message(s) examined) Done (oh, the ## is to block out the account name.
__________________
Proud to be a Surmunity Mod! XEON Make a fundamental difference! My Sites: Curious about Brewing Beer? Join the community! >>>>> Some Change is GOOD! Keep your paycheck! Support the Fair Tax Get into an Art museum Victorian London It's your brain -ON WEB - mybrainhost.com (under development) What SHOULD Government do? Much Less than it Does! Last edited by Bigjohn; August 7th, 2007 at 8:01 PM.. Reason: link to SA wiki added |
|
|
|
|
|
|
#13 (permalink) |
|
Race Surpass
Super #1
Joined in Jul 2006
Lives in Oklahoma City, OK
Hosted on sh102
1,225 posts
Gave thanks: 18
Thanked 86 times
|
My cPanel was upgraded to version 11 today and I noticed the changes in SpamAssassin. In redoing my email filtering, I learned that to filter on the Spam Bar correctly, you need to escape each "+" with a "\". So, if you want to filter on 8 +'s then you need to enter the following into the field: \+\+\+\+\+\+\+\+
It will then show the filter as: $h_X-Spam-Bar: contains "\+\+\+\+\+\+\+\+" Or you can filter on the Spam Score, choose "is above" and enter 79 into the box for the same effect. 79 = 7.9 essentially. Hope that helps.
__________________
|
|
|
|