Can someone tell me what I am doing wrong. I am setting up test filter with procmail. To filter out any emails with the word test or any combination, such as 'tttttest'. I have a .procmailrc, testing.rc all in .procmail directory.
<br><br><span style="font-weight: bold;">testing.rc file<br><br style="font-weight: bold;"></span>:0:in.testing.lock<br>* ^Subject:*test<br>in.testing<br><br><br><span style="font-weight: bold;">.procmailrc file</span><br style="font-weight: bold;">
<br>MAILDIR=/var/spool/mail<br><br>&nbsp;&nbsp;&nbsp;&nbsp; # Directory for storing procmail log and rc files<br>&nbsp;&nbsp;&nbsp;&nbsp; PMDIR=$HOME/.procmail<br><br>&nbsp;&nbsp;&nbsp;&nbsp; LOGFILE=$PMDIR/log<br><br>&nbsp;&nbsp;&nbsp;&nbsp; # Next line for testing.&nbsp; Add # at beginning when not needed.
<br>&nbsp; &nbsp;&nbsp;&nbsp;&nbsp; INCLUDERC=$PMDIR/testing.rc<br>&nbsp;&nbsp;&nbsp; <br><span style="font-weight: bold;">log file<br><br></span>procmail: Assigning &quot;INCLUDERC=/home/myhome/.procmail/testing.rc&quot;<br>procmail: No match on &quot;^Subject:*test&quot;
<br>procmail: Locking &quot;/var/spool/mail/myhome.lock&quot;<br>procmail: Assigning &quot;LASTFOLDER=/var/spool/mail/myhome&quot;<br>procmail: Opening &quot;/var/spool/mail/myhome&quot;<br>procmail: Acquiring kernel-lock
<br>procmail: Unlocking &quot;/var/spool/mail/myhome.lock&quot;<br>procmail: Notified comsat: &quot;myhome@1236:/var/spool/mail/myhome&quot;<br>From <a href="mailto:myhome@mydomain.yickyack.com">myhome@mydomain.yickyack.com
</a>&nbsp; Thu Dec 21 10:22:54 2006<br>&nbsp;Subject: tttest<br>&nbsp; Folder: /var/spool/mail/myhome <span style="font-weight: bold;"><br clear="all"></span><br>-- <br>mB.