Displaying 2 results from an estimated 2 matches for "prenouce".
2015 Aug 13
2
sieve-filter failure problems
...rocessing misclassified mail.
For false positives I use the following script:
require [ "variables", "include", "fileinto" ];
global [ "FORCENOSPAM", "ext", "ext1" ];
set "FORCENOSPAM" "YES";
fileinto "JUNK-PRENOUCE";
if header :matches "Delivered-To" "*+*@*" {
set "ext" "${2}";
set "ext1" "${2}";
}
include :personal "production";
FORCENOSPAM suppresses the spam handling and the Delivered-To stuff
tries to regenerate envel...
2015 Aug 16
0
sieve-filter failure problems
...lse positives I use the following script:
>
> require [ "variables", "include", "fileinto" ];
>
> global [ "FORCENOSPAM", "ext", "ext1" ];
>
> set "FORCENOSPAM" "YES";
>
> fileinto "JUNK-PRENOUCE";
>
> if header :matches "Delivered-To" "*+*@*" {
> set "ext" "${2}";
> set "ext1" "${2}";
> }
>
> include :personal "production";
>
> FORCENOSPAM suppresses the spam handling and the De...