[quote user="homerggg"]
I'm using Spamhalter as well and it's doing a very good job. But I can only get it to add [spam] to the mail subject. What I would really want is to delete the mail.
1. Is it possible to do that with Spamhalter ?
[/quote]
Dunno, but you can add this to rules.mer:
If header "S" contains "[spam]" Delete ""
Just keep in mind that SpamHalter might misclassify mail and if you delete it it's gone...
[quote user="homerggg"]
2. Here's my "rules.mer"
Mercury Global Rules
If expression headers matches "*Pharma*" Delete ""
[/quote]
Doesn't look wrong to me although I'd use:
If expression headers matches "Subject: *pharma*" Delete ""
You could also try smth like:
If header "S" contains "pharma" Delete ""
if that works better.
Best regards,
Nico
[quote user="homerggg"]<P> I'm using Spamhalter as well and it's doing a very good job. But I can only get it to add [spam] to the mail subject. What I would really want is to delete the mail.</P><P>1. Is it possible to do that with Spamhalter ?</P><P>[/quote]
Dunno, but you can add this to rules.mer:
If header "S" contains "[spam]" Delete ""
Just keep in mind that SpamHalter might misclassify mail and if you delete it it's gone...
[quote user="homerggg"]
2. Here's my "rules.mer"</P><P>Mercury Global Rules
If expression headers matches "*Pharma*" Delete ""
</P>[/quote]
Doesn't look wrong to me although I'd use:
If expression headers matches "Subject: *pharma*" Delete ""
You could also try smth like:
If header "S" contains "pharma" Delete ""
if that works better.
Best regards,
Nico