Using Multiple Filters in Cpanel
I have read through this section and still did not see a viable solution. I searched threads on spamassassin and found some threads but did not find a real solution.
Here is what I am doing.
Cpanel -> spamassassin
SpamAssassin is currently: enabled
Spam Box is currently: disabled
Required_score: 7.5
Rewrite_header subject ***SPAM***
I have spam box disabled because I want spam to go to one location.
Now the filters:
Basically I want to create multiple rules.
$message_headers contains "X-Spam-Level: *******" send to [email protected]
If spam level between 7-15.9 move to spamlow email account
$message_headers contains "X-Spam-Level: ****************" send to [email protected]
If spam level between 16 or more move to high spam email account. Later once I see that filters work this spam would be deleted.
I have also tried to use these together:
$header_subject: contains "***SPAM***" [email protected]
$message_headers contains "X-Spam-Level: ****************" send to [email protected]
This one just stopped, caused no spam to be moved to email accounts
I have read through this section and still did not see a viable solution. I searched threads on spamassassin and found some threads but did not find a real solution.
Here is what I am doing.
Cpanel -> spamassassin
SpamAssassin is currently: enabled
Spam Box is currently: disabled
Required_score: 7.5
Rewrite_header subject ***SPAM***
I have spam box disabled because I want spam to go to one location.
Now the filters:
Basically I want to create multiple rules.
$message_headers contains "X-Spam-Level: *******" send to [email protected]
If spam level between 7-15.9 move to spamlow email account
$message_headers contains "X-Spam-Level: ****************" send to [email protected]
If spam level between 16 or more move to high spam email account. Later once I see that filters work this spam would be deleted.
I have also tried to use these together:
$header_subject: contains "***SPAM***" [email protected]
$message_headers contains "X-Spam-Level: ****************" send to [email protected]
This one just stopped, caused no spam to be moved to email accounts