[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[no subject]



Your recipe is equivalent to:

  :0
  * ^Subject:[ ]*[^ ]
  Temp

Your recipe will match any message that has a non-empty subject 
line -- just the opposite of what you want to do.

You probably want something like this (untested):

SBJ=""
:0f
* ^Subject:[ ]*\/[^ ].*
{
SBJ="$MATCH"
}
:0:
* SBJ ?? ^^^^
Temp

--Joe


</pre>
<!--X-Body-of-Message-End-->
<!--X-MsgBody-End-->
<!--X-Follow-Ups-->
<hr>
<!--X-Follow-Ups-End-->
<!--X-References-->
<!--X-References-End-->
<!--X-BotPNI-->
<ul>
<li>Prev by Date:
<strong><a href="msg00272.html">[ale] OT: Development practices</a></strong>
</li>
<li>Next by Date:
<strong><a href="msg00274.html">[ale] OT: Development practices</a></strong>
</li>
<li>Previous by thread:
<strong><a href="msg00258.html">[ale] Procmail rule</a></strong>
</li>
<li>Next by thread:
<strong><a href="msg00261.html">[ale] Stupid NLD / Redcarpet question</a></strong>
</li>
<li>Index(es):
<ul>
<li><a href="maillist.html#00273"><strong>Date</strong></a></li>
<li><a href="threads.html#00273"><strong>Thread</strong></a></li>
</ul>
</li>
</ul>

<!--X-BotPNI-End-->
<!--X-User-Footer-->
<!--X-User-Footer-End-->
</body>
</html>