<br><br><div><span class="gmail_quote">On 12/21/06, <b class="gmail_sendername">Sam Tregar</b> &lt;<a href="mailto:sam@tregar.com">sam@tregar.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
On Thu, 21 Dec 2006, Matthew Benjamin wrote:<br><br>&gt; * ^Subject:*test<br><br>That should be :.* not :* to match your example.&nbsp;&nbsp;Your regular<br>expression means &quot;match a string that starts with Subject followed by
<br>zero or more colons and the string test.&quot;&nbsp;&nbsp;Instead you want &quot;match a<br>string that starts with Subject: followed by zero or more characters<br>and the string test.<br><br>-sam<br><br>--<br>fedora-list mailing list
<br><a href="mailto:fedora-list@redhat.com">fedora-list@redhat.com</a><br>To unsubscribe: <a href="https://www.redhat.com/mailman/listinfo/fedora-list">https://www.redhat.com/mailman/listinfo/fedora-list</a><br></blockquote>
</div><br><br>Looks like that worked however now, I get this in my log file...<br><br>procmail: Assigning &quot;INCLUDERC=/home/myhome/.procmail/testing.rc&quot;<br>procmail: Match on &quot;^Subject:.*test&quot;<br>procmail: Locking &quot;
in.testing.lock&quot;<br>procmail: Error while writing to &quot;_ZdE.FIsiFB.mydomain.yickyack.com&quot;<br>procmail: Lock failure on &quot;in.testing.lock&quot;<br>procmail: Assigning &quot;LASTFOLDER=in.testing&quot;<br>
procmail: Opening &quot;in.testing&quot;<br>procmail: Error while writing to &quot;in.testing&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@1920:/var/spool/mail/myhome&quot;
<br>From <a href="mailto:myhome@mydomain.yickyack.com">myhome@mydomain.yickyack.com</a>&nbsp; Thu Dec 21 11:19:01 2006<br>&nbsp;Subject: test<br>&nbsp; Folder: /var/spool/mail/myhome&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;  <br><br clear="all"><br>-- 
<br>mB.