[Postfixbuch-users] Spam-Mails automatisch durch Postfix wegsortieren lassen
Ralf Hildebrandt
Ralf.Hildebrandt at charite.de
Di Okt 4 18:49:58 CEST 2005
* Stefan Hofmeir <stefan1 at hofmeir.de>:
> Welche Möglichkeit gibt es die erkannten Spam-Mails (optisch
> ***spam*** im Betreff) gleich in einen anderen IMAP-Ordner des
> jeweiligen Benutzers sortieren zu lassen?
Globale /etc/maildroprc:
# Global maildrop filter file
# Uncomment this line to make maildrop default to ~/Maildir for
# delivery- this is where courier-imap (amongst others) will look.
DEFAULT="$HOME/Maildir"
# Logfile im $HOME
logfile "$HOME/maildroplog"
# Wir brauchen eine SHELL, sonst geht nix!
SHELL="/bin/bash"
# Wenn Spam, dann in spam Ordner schmeissen
# und nix anderes tun!
#
`/usr/bin/test -d $HOME/Maildir/.spam`
if ($RETURNCODE==0)
{
log "spamfilter"
if (/^X-Spam-Status: Yes/:h)
{
exception {
to "$HOME/Maildir/.spam"
}
}
}
else
{
log "kein spamfilter"
}
--
Ralf Hildebrandt (Ralf.Hildebrandt at charite.de) spamtrap at charite.de
http://www.postfix-book.com/ Tel. +49 (0)30-450 570-155
Why you can't find your system administrators:
In the dumpster behind the building trying to get rid of some frustration by using a sledgehammer on the Macs. -- Koos van den Hout koos at kzdoos.xs4all.nl
Mehr Informationen über die Mailingliste Postfixbuch-users