Larry Crouch wrote on 22.07.2010:
> Lately though I considered filtering spam with a global sieve filter.
> I created the /var/vmail/globalsieverc file which contains:
> require ["fileinto"];
> # Move spam to spam folder
> if header :contains "X-Spam-Flag" ["YES"] {
> fileinto "spam";
> stop;
> }
Hello,
I built my mailserver around the Ispmail server for Lenny tutorial on
www.workaround.com
No signicant load as it's just my home network.
I originally used the guide for etch and then upgraded.
Almost two years later I have experienced no problems.
Lately though I considered filtering sp