--On Monday, December 01, 2003 3:55 PM -0600 Rich Puhek
<[EMAIL PROTECTED]> wrote:

> Here's the nospam.pl script:

Why not use grep?

> * ! ? /usr/local/bin/nospam.pl $LOGNAME

(Untested code)

* ! ? grep -q ^$LOGNAME$ /etc/spamassassin/exempt

Or you could use the magic file approach:

test -f /home/$LOGNAME/.nospamassassin


-------------------------------------------------------
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
_______________________________________________
Spamassassin-talk mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/spamassassin-talk

Reply via email to