I am trying to figure out how to have two cpanel email filters that run consecutively.
ie:
First filter: discard anything with number of spam assassin "stars" higher then 10.
$spam_header contains "**********" = /dev/null
Second filter: move anything with spam assassin header set to YES to "[email protected]" mailbox.
$spam_header equals "YES" = move to [email protected]
The idea here is that anything with a spam score of 10 or higher (10 stars) will disappear. This leaves only spam with a score of 6 to 9 left over... and I want that to go to a [email protected] inbox.
The problem is that I can't get cpanel to run one filter first and THEN the other. I can only get BOTH of them to run seperately on ALL incoming email.
Is this possible?
ie:
First filter: discard anything with number of spam assassin "stars" higher then 10.
$spam_header contains "**********" = /dev/null
Second filter: move anything with spam assassin header set to YES to "[email protected]" mailbox.
$spam_header equals "YES" = move to [email protected]
The idea here is that anything with a spam score of 10 or higher (10 stars) will disappear. This leaves only spam with a score of 6 to 9 left over... and I want that to go to a [email protected] inbox.
The problem is that I can't get cpanel to run one filter first and THEN the other. I can only get BOTH of them to run seperately on ALL incoming email.
Is this possible?