I am trying test my spamassasin/postfix/maildrop setup
but there is no filtering. I think there is a config
file somewhere I forgot to fill out or I am not
sending the write "words" that would make an email
spam..
****************************
/etc/postfix/maildroprc:
DEFAULT="$HOME/"
xfilter "/usr/bin/spamassassin"
if ( /^X-Spam-Flag: *YES/ )
{
to "$DEFAULT.Spam"
}
else
{
to "$DEFAULT"
}
****************************
I think maildroprc is being read because if I use the
following file, all messages will be put in the Spam
mailbox:
DEFAULT="$HOME/"
xfilter "/usr/bin/spamassassin"
if ( /^X-Spam-Flag: *YES/ )
{
to "$DEFAULT.Spam"
}
else
{
to "$DEFAULT.Spam"
}
****************************
/etc/mail/spamassassin/local.cf is blank
****************************
thanks
__________________________________
Do you Yahoo!?
Friends. Fun. Try the all-new Yahoo! Messenger.
http://messenger.yahoo.com/