I have a .qmail-default file with this in it
| preline maildrop .mailfilter
and a .mailfilter file in my domain.com dir with the below contents. And
no mail gets delivered it just gets queued up. Once i put the
.qmail-default back to no rmail i get the mail. What is wrong here? Mail
drop is installed. seekpatch is installed. What could be wrong?
####################################################
VPOP="| /mail/vpopmail/bin/vdelivermail '' bounce-no-mailbox"
VHOME=`/mail/vpopmail/bin/vuserinfo -d $EXT@$HOST`
if ( $SIZE < 262144 )
{
exception {
xfilter "/usr/local/bin/spamc -f -u $EXT@$HOST"
}
}
if (/^X-Spam-Flag: *YES/)
{
exception {
include $VHOME/Maildir/.mailfilter
}
## IF YOU WANT TO GATHER ALL SPAM INTO 1 MAILDRIR
#exception {
# to /home/pop/spam/
#}
## OR IF YOU WANT TO DELIVER SPAM TO THE USERS MAILDIR
exception {
to "$VPOP"
}
}
else
{
exception {
include $VHOME/Maildir/.mailfilter
}
exception {
to "$VPOP"
}
}
####################################################
__________________
Jay Silver [EMAIL PROTECTED] ICQ 103463692
Pegasus Web Technologies
http://www.pwebtech.com
Web Hosting and Dedicated Servers
-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Spamassassin-talk mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/spamassassin-talk