[SimpleMail-usr] Patternmatching in Filters

  • From: Bernd Gollesch <bgollesch@xxxxxxx>
  • To: simplemail-usr@xxxxxxxxxxxxx
  • Date: Mon, 06 Feb 2006 13:00:13 +0100

Hoi,

since version 0.29 simplemail does support the AmigaDOS pattern
matching. There could be some "wrong" working filters now
because of special characters for the pattern.

These characters are: ? # ( ) | ~ [ ] % '

If you want to use this characters you have to escape them with
an single apostroph, eg if you have a filter for the subject with
"[SimpleMail-usr]" you will run into trouble because this filter
matches any subject which contains one of the chars "S", "i", "m",
"p", "l", "e", "M", "a", "i", "l", "-", "u", "s" or "r".
You have to change it into -> '[SimpleMail-usr'] (notice the single
apostroph in front of [ and ].

For now Simplemail does also an automatic substring search and
all pattern are case insensitive (this is because otherwise all
filters would have stopped working).

-- 
cu, Bernd

__________________________________________________________________________
SimpleMail mailing list   -   //www.freelists.org/list/simplemail-usr
Listserver help.: mailto:simplemail-usr-request@xxxxxxxxxxxxx?Subject=HELP
Unsub....: mailto:simplemail-usr-request@xxxxxxxxxxxxx?Subject=UNSUBSCRIBE

Other related posts:

  • » [SimpleMail-usr] Patternmatching in Filters