> > It has also got an issue with not bouncing spam to non existing > addresses > > there needs to be a check as to what > VHOME=`/var/vpopmail/pop/bin/vuserinfo > > -d $EXT@$HOST` actually comes to... when it says "no such user" then it > > ought to bounce rather than trying to put it in a maildir that doesn't > > exist. Needs implementing... > > >
Here is what I did to solve this issue: # Test to see if VHOME exists `test -d $VHOME/Maildir` if ( $RETURNCODE == 1 ) { # If no Maildir exists then the account does not exist # then bail and exit with permanent failure echo "Sorry, no mailbox here by that name. (#5.1.1)" EXITCODE=100 exit } This is added at the very beginning of the .mailfilter file. --- Ed. _______________________________________________ Spamassassin-talk mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/spamassassin-talk