Fwd: Cron /home/ler/bin/update-bayes.sh

2015-06-05 Thread Larry Rosenman
Can anyone help me silence this? these are from: thebighonker.lerctr.org /home/ler/bin $ cat update-bayes.sh #!/bin/sh PATH=$PATH:/usr/local/bin export PATH sa-learn --spam --mbox /home/ler/mail/SA/FN sa-learn --spam --mbox /home/ler/mail/SPAM sa-learn --spam --mbox /home/mrm/mail/@SAFN-flag sa-

Re: Fwd: Cron /home/ler/bin/update-bayes.sh

2015-06-05 Thread Kevin A. McGrail
It's caused by the domain =.sa.enemieslist.com having that complete invisible null label between = and . which is an invalid DNS entry. I believe that this is covered in: https://bz.apache.org/SpamAssassin/show_bug.cgi?id=7156 This warning was added some time between 3.3.2 to 3.4.0. It does n

unsubscribe

2015-06-05 Thread YoloITS
unsubscribe This message, including any attachments, is intended solely for the use of the named recipient(s) and may contain confidential and/or privileged information. Any unauthorized review, use, disclosure or distribution of this communication(s) is expres

Re: Fwd: Cron /home/ler/bin/update-bayes.sh

2015-06-05 Thread Larry Rosenman
This appears to be from the EnemiesList.PM pliugin being invoked during sa-learn. I'm not quite sure why the EnemiesList.PM is being called in this case. Doc & the plugin (from 2009, not changed): http://enemieslist.com/how/spamassassin.html [3] I don't know if the plug-in just needs to

Re: Fwd: Cron /home/ler/bin/update-bayes.sh

2015-06-05 Thread Kevin A. McGrail
On 6/5/2015 5:33 PM, Larry Rosenman wrote: This appears to be from the EnemiesList.PM pliugin being invoked during sa-learn. I'm not quite sure why the EnemiesList.PM is being called in this case. Doc & the plugin (from 2009, not changed): http://enemieslist.com/how/spamassassin.html I don

Re: Fwd: Cron /home/ler/bin/update-bayes.sh

2015-06-05 Thread Larry Rosenman
I guess my question is why is it being called during sa-learn. On 2015-06-05 16:48, Kevin A. McGrail wrote: > On 6/5/2015 5:33 PM, Larry Rosenman wrote: > >> This appears to be from the EnemiesList.PM pliugin being invoked during >> sa-learn. >> >> I'm not quite sure why the EnemiesList

Re: Cron /home/ler/bin/update-bayes.sh

2015-06-05 Thread Bill Cole
On 5 Jun 2015, at 16:36, Kevin A. McGrail wrote: It's caused by the domain =.sa.enemieslist.com having that complete invisible null label between = and . which is an invalid DNS entry. I believe that this is covered in: [https://bz.apache.org/SpamAssassin/show_bug.cgi?id=7156](https://bz.apac

Re: Cron /home/ler/bin/update-bayes.sh

2015-06-05 Thread Kevin A. McGrail
On 6/5/2015 5:55 PM, Bill Cole wrote: I suspect that this is due to the same misguided over-detection of "obfuscated URIs" that some time ago did violence to the postfix-users list when the domain master.cf landed on multiple URIBLs. Rather than leaving this breakage in place with noisy reminde

Re: Fwd: Cron /home/ler/bin/update-bayes.sh

2015-06-05 Thread Kevin A. McGrail
On 6/5/2015 5:53 PM, Larry Rosenman wrote: I guess my question is why is it being called during sa-learn. I don't know that it is. If you disable it in your config, do you still get the same issue? I would theorize you have emails with the content that extracts to a URI of .sa.enemieslist.com.

Re: Cron /home/ler/bin/update-bayes.sh

2015-06-05 Thread Bill Cole
On 5 Jun 2015, at 17:53, Larry Rosenman wrote: I guess my question is why is it being called during sa-learn. You have yet to demonstrate that to be occurring. SA has a misfeature of attempting to de-obfuscate obfuscated URIs and trusting the results of its inherently imperfect de-obfuscatio

Re: Cron /home/ler/bin/update-bayes.sh

2015-06-05 Thread Reindl Harald
Am 06.06.2015 um 00:03 schrieb Kevin A. McGrail: On 6/5/2015 5:55 PM, Bill Cole wrote: I suspect that this is due to the same misguided over-detection of "obfuscated URIs" that some time ago did violence to the postfix-users list when the domain master.cf landed on multiple URIBLs. Rather than

Re: Cron /home/ler/bin/update-bayes.sh

2015-06-05 Thread Antony Stone
On Saturday 06 June 2015 at 00:03:30 (EU time), Kevin A. McGrail wrote: > On 6/5/2015 5:55 PM, Bill Cole wrote: > > maybe a fix of only detecting *ACTUAL URIs* and switching off the "anything > > with a dot is a domain & any domain is part of a URI" insanity by default > > would be a good interim

Re: Cron /home/ler/bin/update-bayes.sh

2015-06-05 Thread Bill Cole
On 5 Jun 2015, at 18:03, Kevin A. McGrail wrote: On 6/5/2015 5:55 PM, Bill Cole wrote: I suspect that this is due to the same misguided over-detection of "obfuscated URIs" that some time ago did violence to the postfix-users list when the domain master.cf landed on multiple URIBLs. Rather tha

Re: Cron /home/ler/bin/update-bayes.sh

2015-06-05 Thread RW
On Fri, 05 Jun 2015 18:11:48 -0400 Bill Cole wrote: > On 5 Jun 2015, at 17:53, Larry Rosenman wrote: > > > I guess my question is why is it being called during sa-learn. > > You have yet to demonstrate that to be occurring. > > SA has a misfeature of attempting to de-obfuscate obfuscated URIs a

Re: Cron /home/ler/bin/update-bayes.sh

2015-06-05 Thread Larry Rosenman
On 2015-06-05 18:04, RW wrote: On Fri, 05 Jun 2015 18:11:48 -0400 Bill Cole wrote: On 5 Jun 2015, at 17:53, Larry Rosenman wrote: > I guess my question is why is it being called during sa-learn. You have yet to demonstrate that to be occurring. SA has a misfeature of attempting to de-obfusca