My .procmailrc

PATH=$HOME/bin:/usr/bin:/usr/sbin:/usr/local/bin:.
MAILDIR=$HOME/Maildir      # You'd better make sure it exists
DEFAULT=$MAILDIR/defaultmail
LOGFILE=/var/log/procmail.support
LOCKFILE=$HOME/.lockmail

:0fw:spam.lock
        | spamassassin
        :0e
        {
                EXITCODE=$?
        }
        :0:
        * ^Subject:.*\*\*\*\*SPAM\*\*\*\*
        $MAILDIR/.spam/


:0
*
$HOME/Maildir/

The .spamassassin/user_prefs has no uncommented lines. I also installed the
latest razor agents with all the pre-requisite perl modules

Now I am sure I need to do some more work in user_prefs file to block the spams.
For example after I setup the spamassassin I got an email with the following
subject "You know that a University degree will....." from [EMAIL PROTECTED]
I was hoping it would be blocked. But it did not.

What is my next step to make my setup effective. Sorry this is the first time
ever I am working with anything like spamassassin

Thanks

-- 
Asif Iqbal
http://pgpkeys.mit.edu:11371/pks/lookup?op=get&search=0x8B686E08
There's no place like 127.0.0.1



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Razor-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/razor-users

Reply via email to