View previous topic :: View next topic |
Author |
Message |
superass
Joined: 07 Nov 2007 Posts: 3
|
Posted: Wed Nov 07, 2007 12:18 am Post subject: Blank emails |
|
|
Hi, I bought the software recently and overall, I'm happy with it.
Right now, i'm getting a lot of spam that's just blank emails (no message, no attachmetns, only a subject line). The program always classifies it as 50% and I have to manually mark is as junk. I have to do this every time, it never learns that a blank email is spam.
How can i get it to learn bad blank emails? |
|
Back to top |
|
|
micC
Joined: 03 Nov 2007 Posts: 12
|
Posted: Wed Nov 07, 2007 4:49 am Post subject: |
|
|
Hello,
Add this rule (in the black rules): Body =~ ^\s*$
With this rule, a mail with an empty body is classified as spam. |
|
Back to top |
|
|
vetaltm Author
Joined: 05 Feb 2006 Posts: 751
|
Posted: Wed Nov 07, 2007 7:07 am Post subject: |
|
|
Deleted
Last edited by vetaltm on Thu Nov 08, 2007 7:28 am; edited 1 time in total |
|
Back to top |
|
|
micC
Joined: 03 Nov 2007 Posts: 12
|
Posted: Thu Nov 08, 2007 4:50 am Post subject: |
|
|
Hello,
Quote: | Create the following black rule with two conditions:
Body =~ ^\s*$
not Header{Content-Type} =~ multipart
The rule will block the messages with no attachments and empty text body. |
I tried this rule.
A message with an empty body and an attached file is classified as spam. |
|
Back to top |
|
|
vetaltm Author
Joined: 05 Feb 2006 Posts: 751
|
Posted: Thu Nov 08, 2007 7:30 am Post subject: |
|
|
micC wrote: | I tried this rule. |
You are right, the rule doesn't work properly. Please ignore the previous recommendations. The current version of the plug-in cannot block the messages with empty body in all cases. This feature will be added in next version. |
|
Back to top |
|
|
Sacles
Joined: 09 Nov 2007 Posts: 51 Location: Belgium (near Li?ge)
|
Posted: Sat Nov 10, 2007 7:15 am Post subject: |
|
|
Hello,
I am also interested to have a solution which would mark as spam a mail with:
1/ A empty body AND
2/ No attachment
Thank you for your solution. |
|
Back to top |
|
|
|