Re: Interword capitalization - solved and improved

2011-05-11 Thread jdow
Add "on YouTube" and Bob's your uncle. But it is a tad contrived. {^_-} On 2011/05/11 03:58, Mynabbler wrote: jdow wrote: header __MN_IWCAPSubject =~ /[a-z][A-Z][a-z]/ Help! My iPad does not work on FaceBook. Bet that hits it as a subject. Nope. Matches only two times..., on the

Re: Interword capitalization - solved and improved

2011-05-11 Thread Mynabbler
jdow wrote: > >>> header __MN_IWCAPSubject =~ /[a-z][A-Z][a-z]/ > Help! My iPad does not work on FaceBook. > Bet that hits it as a subject. > Nope. Matches only two times..., on the P from iPad and the B from FaceBook. It does not match the F. Getting back to the matter at hand: is some

Re: Interword capitalization - solved

2011-05-11 Thread jdow
Help! My iPad does not work on FaceBook. Bet that hits it as a subject. {^_-} On 2011/05/10 06:01, Bowie Bailey wrote: On 5/10/2011 7:59 AM, Mynabbler wrote: Mynabbler wrote: Does someone have a rule for interword capitalization? Unfortunately no takers for the question. I came up with th

Re: Interword capitalization - solved

2011-05-10 Thread Mynabbler
Bowie Bailey wrote: > > Ah. I missed the meta limiting it to 3 or more hits. If it works well, > maybe we can add it to the stock ruleset. > Step 1 would be a check in someone's sandbox. And maybe a better meta than freemail, since I do see some false positives in yahoo groups: Spamassassin

Re: Interword capitalization - solved

2011-05-10 Thread Bowie Bailey
On 5/10/2011 9:22 AM, Mynabbler wrote: > Bowie Bailey wrote: >>> header __MN_IWCAPSubject =~ /[a-z][A-Z][a-z]/ >>> tflags __MN_IWCAPmultiple >>> meta MN_IWCAP__MN_IWCAP >= 3 >> So hopefully you aren't expecting any emails from a Hotmail user >> discussing iPods or iPadsor

Re: Interword capitalization - solved

2011-05-10 Thread Mynabbler
Bowie Bailey wrote: > >> header __MN_IWCAPSubject =~ /[a-z][A-Z][a-z]/ >> tflags __MN_IWCAPmultiple >> meta MN_IWCAP__MN_IWCAP >= 3 > > So hopefully you aren't expecting any emails from a Hotmail user > discussing iPods or iPadsor McDonalds :) > It searches for

Re: Interword capitalization - solved

2011-05-10 Thread Bowie Bailey
On 5/10/2011 7:59 AM, Mynabbler wrote: > > Mynabbler wrote: >> Does someone have a rule for interword capitalization? >> > Unfortunately no takers for the question. I came up with this: > > # Gibberish subjects like: Cap su lesOr de rsMad eFo rRar ePro du cts > header __MN_IWCAPSubject =~ /[a

Re: Interword capitalization - solved

2011-05-10 Thread Mynabbler
Mynabbler wrote: > > Does someone have a rule for interword capitalization? > Unfortunately no takers for the question. I came up with this: # Gibberish subjects like: Cap su lesOr de rsMad eFo rRar ePro du cts header __MN_IWCAPSubject =~ /[a-z][A-Z][a-z]/ tflags __MN_IWCAPmultiple