hi , i have a problem filtering my mail .

This is my procmailrc file below:

VERBOSE=no
# LOGABSTRACT=all

# Replace $HOME/mail with whatever it is your mail directory is
MAILDIR=$HOME/Mail   -----# I am confused here 
#all my mails that come from fetchmail are stored into /var/spool/mail
and i have 0 #mails here , so how is procmail going to filter from the
Mail directory in my $HOME
FORMAIL=/usr/bin/formail
# Directory for storing procmail items
PMDIR=$HOME/Procmail # Create this directory on your system for recipe files

LOGFILE=$PMDIR/log
INCLUDERC=$PMDIR/test.rc

this is my test.rc file:
:0:
* ^Subject:.*testing
$MAILDIR/testing #I tried sending a test mail to my self with subject
"test"  and nothing works.

This is the command i execute from the bash prompt

user>$ fetchmail -akv -m "/usr/bin/procmail -d %T"

?? Once i retrieve my mail from my pop server it stores it to
/var/spool/mail/user.

>From there i want procmail to filter out a mail with "test" in the
subject line and transfer it to /home/user/Mail/testing ... (But i
dont know why prcomail doesnt filter it)

Am i doing something wrong .

amit

_______________________________________________
ilugd mailinglist -- [EMAIL PROTECTED]
http://frodo.hserus.net/mailman/listinfo/ilugd
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/[EMAIL PROTECTED]/

Reply via email to