Kai MacTane <[EMAIL PROTECTED]> wrote:

>Specific contents of my .qmail-testing file now:
>
>|/usr/local/bin/822field Subject | grep -i "Delete" >/dev/null && echo 
>"Delete" && exit 99
>&kai
>
>(The first line is all one line in the actual file. The second line is &kai 
>rather than ./Maildir/ because this is in /var/qmail/alias.)
>
>Any other ideas?

I have a list that validates the sender using the following:

|if echo "`/usr/local/bin/822field From`" |grep -q "[EMAIL PROTECTED]" ; then exit 0; else 
|echo "you're not authorized to send to this address"; exit 100; fi
[EMAIL PROTECTED]
[EMAIL PROTECTED]
etc.

-Dave

Reply via email to