Is there a way to change this code from a user .qmail to only allow users or domains listed in the file instead of deleting those mails.
 
|if test -n "`fgrep -x $SENDER allowfrom`"; then echo Go Away;exit 99; else exit 0; fi
 
Tried a bit of perl code but that seems to be causing a few error's.
 
Thanks
Bob Ross
 

Reply via email to