Re: problem with spamassassin for WIndows

2018-02-17 Thread Benny Pedersen
Gianluca Furnarotto skrev den 2018-02-18 00:48: I’ve done this modifications in local.cf: # ifplugin loadplugin Mail::SpamAssassin::Plugin::Shortcircuit loadplugin Mail::SpamAssassin::Plugin::AutoLearnThreshold loadplugin Mail::SpamAssassin::Plugin::Bayes loadplugin must not be in a cf

Re: problem with spamassassin for WIndows

2018-02-17 Thread John Hardin
On Sun, 18 Feb 2018, Gianluca Furnarotto wrote: I’ve done this modifications in local.cf: #  ifplugin loadplugin Mail::SpamAssassin::Plugin::Shortcircuit loadplugin Mail::SpamAssassin::Plugin::AutoLearnThreshold loadplugin Mail::SpamAssassin::Plugin::Bayes #ok_languages en it ok_locales en

Re: From:name spoofing

2018-02-17 Thread Dave Warren
On 2018-02-17 01:11, Daniele Duca wrote: On 17/02/2018 00:41, John Hardin wrote: Not necessarily safe. If your MTA receives a message without a Message-ID, it is supposed to generate one. And if it does so, it will probably do so using your (recipient) domain... Isn't MID creation

Re: problem with spamassassin for WIndows

2018-02-17 Thread Gianluca Furnarotto
I’ve done this modifications in local.cf: #  ifplugin loadplugin Mail::SpamAssassin::Plugin::Shortcircuit loadplugin Mail::SpamAssassin::Plugin::AutoLearnThreshold loadplugin Mail::SpamAssassin::Plugin::Bayes #ok_languages en it ok_locales en #   endif And command spamassassin —lint doesn’t

Re: problem with spamassassin for WIndows

2018-02-17 Thread Gianluca Furnarotto
I confirm you that problem is in local.cf, into these lines: ifplugin Mail::SpamAssassin::Plugin::Shortcircuit Mail::SpamAssassin::Plugin::AutoLearnThreshold Mail::SpamAssassin::Plugin::Bayes ok_languages en it endif  If I comment all these lines, I don’t have any warning error. I don’t

Re: problem with spamassassin for WIndows

2018-02-17 Thread Bill Cole
On 17 Feb 2018, at 14:48 (-0500), Kevin A. McGrail wrote: I gave you a suggestion the other day. Your configuration is wrong.  You aren't passing lint Look at that line 717 or if that's not the right line number, look at your configuration around your DB for Bayes. I'm not sure that Bayes

Re: problem with spamassassin for WIndows

2018-02-17 Thread Kevin A. McGrail
I gave you a suggestion the other day. Your configuration is wrong.  You aren't passing lint Look at that line 717 or if that's not the right line number, look at your configuration around your DB for Bayes. On 2/17/2018 2:31 PM, Gianluca Furnarotto wrote: So, anyone can't give me a

Re: problem with spamassassin for WIndows

2018-02-17 Thread Gianluca Furnarotto
So, anyone can't give me a suggestion? On 16 febbraio 2018 a 08:24:04, Gianluca Furnarotto (keyst...@libero.it) scritto: Hi Bill, this is the result of the command you suggested to type: feb 16 07:21:09.678 [21824] warn: Use of uninitialized value $_[1] in hash eleme nt at

Re: From:name spoofing

2018-02-17 Thread Michael Storz
Am 2018-02-17 00:46, schrieb Amir Caspi: On Feb 16, 2018, at 4:41 PM, John Hardin wrote: Not necessarily safe. If your MTA receives a message without a Message-ID, it is supposed to generate one. And if it does so, it will probably do so using your (recipient) domain...

Re: From:name spoofing

2018-02-17 Thread Michael Storz
Am 2018-02-17 00:41, schrieb John Hardin: On Fri, 16 Feb 2018, Michael Storz wrote: Am 2018-02-15 19:27, schrieb David Jones: We have covered this issue a few times recently on this list but I don't think anything definitive was ever decided or recommended to detect and block this sort of

Re: Is there a way to perform selective full uri rbl lookups?

2018-02-17 Thread Tobi
Hi Daniele (this time onlist, sorry for offlist I have a stupid mobile client when it comes to replies to lists) thanks a lot for your reply. As I'm really not the perl coder I think I will keep it as I have my fullhost lookups currently :-) Can anyone confirm that aux_tlds does not help if

Re: From:name spoofing

2018-02-17 Thread Daniele Duca
On 17/02/2018 00:41, John Hardin wrote: Not necessarily safe. If your MTA receives a message without a Message-ID, it is supposed to generate one. And if it does so, it will probably do so using your (recipient) domain... Isn't MID creation responsability of the MUA and not the MTA? If

Re: Is there a way to perform selective full uri rbl lookups?

2018-02-17 Thread Daniele Duca
Hello, I do full uris dns lookups through a simple SA plugin. The core lines in the function are: sub check_fulluris {     my ($self, $msg) = @_;     my $pms = $msg->{permsgstatus};     my $body = $msg->{msg}->get_pristine_body();     foreach my $this_url (uniq( $body =~