I have a filter rule:
if((containsi(header(),"X-AU-spam: Gauge=####"))){move("spam");}

Could this be changed to something along the lines of:
if((containsi(header("X-AU-spam"),"Gauge=####"))){move("spam");}

I tried editing it to exactly this by hand, but it does not
work.

Motivation: the header name and Gauge format are stable,
but other formatting may shift.

Thanks,
Alan




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

Reply via email to