Re: 225 spreadsheets in title

2013-12-06 Thread Karsten Bräckelmann
On Fri, 2013-12-06 at 13:40 -0700, Amir 'CG' Caspi wrote: > header DL_SPREADSHEETS /^\d+ spreadsheets for download$/ This is missing the header name and operator: header RULE_NAME Subject =~ /regex/ -- char *t="\10pse\0r\0dtu\0.@ghno\x4e\xc8\x79\xf4\xab\x51\x8a\x10\xf4\xf4\xc4"; main(){

Re: 225 spreadsheets in title

2013-12-06 Thread Amir 'CG' Caspi
On Fri, December 6, 2013 1:25 pm, Marcio Humpris wrote: > how can I do something that catches in subject of an email "225 > spreadsheets for download" and variations? such as "xx to xxx > spreadshets", header DL_SPREADSHEETS /^\d+ spreadsheets for download$/ Omit "for download" if you want. Om

225 spreadsheets in title

2013-12-06 Thread Marcio Humpris
sorry for abuse... still trying to learn regex :/ how can I do something that catches in subject of an email "225 spreadsheets for download" and variations? such as "xx to xxx spreadshets", so 200 spreadsheets, 10 spreadsheets, etc. should catch. any recommendations of easy tool to help build reg