icon Get the most out of Surmunity, read our tips here! Need an interesting blog to read? You've got to read the Surpass Blog! | Welcome! Please register to access all of our features.

» Surpass Web Hosting Forums » Discussions » Email » Make SPAM ASSASSIN work for you...

Email General questions, webmail, mailing lists.

Reply
 
LinkBack Thread Tools Search this Thread Rate Thread
Old January 16th, 2005, 2:06 PM   #55 (permalink)
Registered User
Super #1
 
Joined in Jul 2003
Lives in So. NJ
1,557 posts
Gave thanks: 0
Thanked 9 times
Good job, BigJohn.

I've recently needed to implement this due to a large increase on my mother's account.

Does anyone know if this message means that the rules are choking on a specific email?

Quote:
Parsing of undecoded UTF-8 will give garbage when decoding entities at /usr/lib/perl5/site_perl/5.8.4/Mail/SpamAssassin/HTML.pm line 182.
__________________
Dime13 | Pass17
snide is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old January 16th, 2005, 4:14 PM   #56 (permalink)
minor deity
Super #1
 
Bigjohn's Avatar
 
Joined in Apr 2004
Lives in Georgia
Hosted on XEON
7,395 posts
Gave thanks: 28
Thanked 94 times
Quote:
Originally Posted by snide
Good job, BigJohn.

I've recently needed to implement this due to a large increase on my mother's account.

Does anyone know if this message means that the rules are choking on a specific email?
Snide-

that error indicates that one of the messages in your SPAM box has improper encoding. Dont' worry. If you notice, you'll see that even when that happens SA still learns messages:
Quote:
Parsing of undecoded UTF-8 will give garbage when decoding entities at /usr/lib/perl5/site_perl/5.8.5/Mail/SpamAssassin/HTML.pm line 182.
Parsing of undecoded UTF-8 will give garbage when decoding entities at /usr/lib/perl5/site_perl/5.8.5/Mail/SpamAssassin/HTML.pm line 182.
Learned from 70 message(s) (3504 message(s) examined).
John
__________________
Proud to be a Surmunity Mod!
XEON PASS60 PASS61
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!
Bigjohn is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old January 25th, 2005, 2:00 PM   #57 (permalink)
Registered User
Fresh Surpasser
 
Joined in Oct 2003
Lives in Iceland
29 posts
Gave thanks: 0
Thanked 0 times
SPAM ASSASSIN not flagging spam?

Hi, I tried once again to set up SpamAssassin and followed these great instructions by Bigjohn. In spite of my best efforts SA does not seem to work.

I never get any flagged mail (mail with “***SPAM***” in the subject) and it seems I still get the same amount og spam as before.

I get reports from the cron jobs three times a week that look like this:
-----
Learning SPAM
Processing /home/MY_ACCOUNT/mail/MY_DOMAIN.is/MY_MAIL_ACCOUNT/SPAM
Learned from 69 message(s) (187 message(s) examined).
Learning HAM
Processing /home/MY_ACCOUNT/mail/MY_DOMAIN.is/MY_MAIL_ACCOUNT/HAM
Learned from 44 message(s) (66 message(s) examined).
Done
-----

These are the settings in my user_prefs:

-----
# Enable the Bayes system
use_bayes 1
# Enable or disable network checks
skip_rbl_checks 0
use_razor2 1
use_dcc 1
use_pyzor 1

required_score 4.5
rewrite_header subject ***SPAM***
-----

Can anyone figure out why I never see flagged spam?

Thanks!
Siggi
__________________
www.skodun.is
shogun is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old January 25th, 2005, 3:27 PM   #58 (permalink)
bkk
Registered User
Seasoned Poster
 
Joined in May 2004
33 posts
Gave thanks: 0
Thanked 0 times
Siggi,

Try these settings. I had the same problem and if you scroll up a few threads you'll see a couple of good suggestions.

Thanks,
BKK

Quote:
Originally Posted by mobiuseek
They upgraded SA a little while ago. Just fill in the values for:
"required_score" I have mine at "5"
"rewrite_header subject" I have mine at "****SPAM*****"
"skip_rbl_checks" "0"
"use_bayes" "1"
"use_dcc" "1"
"use_pyzor" "1"
"use_razor2" "1"

Then add email addys that you want to recieve in your "whitelist_from" and the email addys that you want to bounce in the "blacklist_from"

I hope that helps.
bkk is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old January 25th, 2005, 3:41 PM   #59 (permalink)
Registered User
Fresh Surpasser
 
Joined in Oct 2003
Lives in Iceland
29 posts
Gave thanks: 0
Thanked 0 times
bkk,

This is already my setting.

You can see a screenshot of my SA settings here:
http://www.skodun.is/myndir/sa.gif

__________________
www.skodun.is
shogun is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old January 25th, 2005, 5:28 PM   #60 (permalink)
Registered User
Seasoned Poster
 
Joined in May 2004
Lives in SF Bay Area
Hosted on pass6
33 posts
Gave thanks: 0
Thanked 0 times
I noticed from your learnspam script output that you are using one email address, so I am assuming that you don't have the "spamtrap[at]*****.***" addy. Did you set a filter to move/discard marked spam? If so, what level is the filter set at? If it is the same level or lower than your "required_score" setting, then all the marked spam is going to be discarded(I'm assuming that is the setting b/c you don't have another email addy to move the spam to).

To test whether the rewrite_header function is working, either raise the filter level so it is above 4.5, or you can try lowering the "required_score" to, let's say 3, to see if it is working.

I know I'm making a few assumptions here, so take this advice w/ a grain of salt(ie I don't know if you have an email filter that is set so low that it will discard legit emails that you want).
mobiuseek is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old January 25th, 2005, 5:46 PM   #61 (permalink)
Registered User
Fresh Surpasser
 
Joined in Oct 2003
Lives in Iceland
29 posts
Gave thanks: 0
Thanked 0 times
"I am assuming that you don't have the "spamtrap[at]*****.***" addy."

You are correct. How do I do that?

"Did you set a filter to move/discard marked spam? If so, what level is the filter set at?"


Yes. This is my filter level:
$message_headers contains "********" Discard

Thats above 4.5 right?
__________________
www.skodun.is
shogun is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old January 28th, 2005, 6:18 AM   #62 (permalink)
Registered User
Fresh Surpasser
 
Joined in Oct 2003
Lives in Iceland
29 posts
Gave thanks: 0
Thanked 0 times
SA seems to be working now!

It seems that SA is now working. I added the spamtrap[at]mydomain.com to the mailfilters and now finally I see some marked spam. I still get alot of unmarked spammail in my inbox but I guess it takes some time for SA to learn what is spam and therfore should be marked and thrown away.

Thanks for your help!

Siggi
__________________
www.skodun.is
shogun is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old May 9th, 2005, 3:11 PM   #63 (permalink)
Registered User
Fresh Surpasser
 
Joined in Jun 2004
9 posts
Gave thanks: 0
Thanked 0 times
It looks like I am not getting any X-SPAM levels in my headers.... why is that? anybody know?
tmac2104 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On