Re: UTF8 character in [] doesn't match

2018-12-23 Thread RW
On Sun, 23 Dec 2018 20:04:28 +0100 Matus UHLAR - fantomas wrote: > Hello, > > I have tried to create rule that will match names "ján" and > "jano" (john and johnny in slovak languages). > > I have created rule: > > body LOCAL_JANO /\bJ[aá]no\b/i > > however, it does not match. > >

Re: Is the SA Bayes implementation mathematically sound?

2018-12-23 Thread Rick Macdougall
Hi, I'm just going to jump in here and mention that I train my bayes in SA and in Thunderbird email client. Thunderbird catches 99%+ and SA catches under 60% with the same training data. Take that as you will because, of course, there is mail that Thunderbird never sees due to SA

Re: Is the SA Bayes implementation mathematically sound?

2018-12-23 Thread Bill Cole
On 22 Dec 2018, at 18:39, Damian wrote: Hi all, is there someone who has a good grasp around the mathematics of Bayes learning with respect to SpamAssassin? Justin Mason would be the best person to discuss this. I do not know if he still reads this list. I assume that training a fresh

Re: UTF8 character in [] doesn't match

2018-12-23 Thread Matus UHLAR - fantomas
On Sun, 23 Dec 2018, Matus UHLAR - fantomas wrote: I have tried to create rule that will match names "ján" and "jano" (john and johnny in slovak languages). I have created rule: body LOCAL_JANO /\bJ[aá]no\b/i fixed: bodyLOCAL_JANO /\bJ[aá]no?\b/i however, it does

Re: UTF8 character in [] doesn't match

2018-12-23 Thread John Hardin
On Sun, 23 Dec 2018, Matus UHLAR - fantomas wrote: Hello, I have tried to create rule that will match names "ján" and "jano" (john and johnny in slovak languages). I have created rule: body LOCAL_JANO /\bJ[aá]no\b/i however, it does not match. The "o" is not optional in that RE,

Re: Help needed - Regex filter with exclude

2018-12-23 Thread John Hardin
On Sun, 23 Dec 2018, spamassassin_fo...@dwd.hu wrote: I want to filter all mails incoming to info@*ANY_DOMAIN*.hu except to i...@asdf.hu I have a lot of domains and spamming to info@ is legal in Hungary. :S Thank you! Filtering like that is much better done in the MTA before the message

UTF8 character in [] doesn't match

2018-12-23 Thread Matus UHLAR - fantomas
Hello, I have tried to create rule that will match names "ján" and "jano" (john and johnny in slovak languages). I have created rule: body LOCAL_JANO /\bJ[aá]no\b/i however, it does not match. Apparently the [á] does not match even when normalize_charset is set to '1'. any idea

Re: Help needed - Regex filter with exclude

2018-12-23 Thread Matus UHLAR - fantomas
On 23.12.18 12:52, spamassassin_fo...@dwd.hu wrote: I want to filter all mails incoming to info@*ANY_DOMAIN*.hu except to i...@asdf.hu I believe simple directives "whitelist_to", "more_spam_to" and "all_spam_to" I have a lot of domains and spamming to info@ is legal in Hungary. :S is

Help needed - Regex filter with exclude

2018-12-23 Thread spamassassin_forum
Hi, I want to filter all mails incoming to info@*ANY_DOMAIN*.hu except to i...@asdf.hu I have a lot of domains and spamming to info@ is legal in Hungary. :S Thank you!

Re: Is the SA Bayes implementation mathematically sound?

2018-12-23 Thread Damian
Am 23.12.18 um 02:35 schrieb RW: >> The purpose of expiration seems to be a practical one, we don't want >> the BayesStore grow too much. But is there a conceptual counterpart? >> One such concept could be: >> Maintain the store as if it were trained from scratch with spam and >> ham mails up to