On Wednesday 01 October 2003 01:03 CET Nigel Wilkinson wrote:
> I want to filter useing the number of asterixes in the X-Spam-Level
> header but I think this is a wildcard in procmail. Does anyone know if
> this will upset procmail.

You've got to escape the stars:
:0
* ^X-Spam-Level: \*\*\*\*\*
foo

Or replace them with another character by adding this to you local.cf:
  add-header Level _STARS(x)_

Cheers,
Malte

-- 
[SGT] Simon G. Tatham: "How to Report Bugs Effectively"
      <http://www.chiark.greenend.org.uk/~sgtatham/bugs.html>
[ESR] Eric S. Raymond: "How To Ask Questions The Smart Way"
      <http://www.catb.org/~esr/faqs/smart-questions.html>



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

Reply via email to