RE: PerMsgStatus Util warnings

2015-05-15 Thread Mark Martinec
Jim Barber wrote: From: Mark Martinec [mailto:mark.martinec...@ijs.si] Are you using some third-party SpamAssasin plugin that relies on the deprecated subroutine Mail::SpamAssassin::Util::uri_to_domain ? I'm getting the same error: May 15 12:34:41 smtp-syd mimedefang-multiplexor[30108]:

Re: PerMsgStatus Util warnings

2015-05-15 Thread Kevin A. McGrail
On 5/15/2015 8:59 AM, Alex Regan wrote: I do have a third party plugin that is calling uri_to_domain. It is located at the following URL: https://github.com/smfreegard/DecodeShortURLs I'm mentioning this because the bug that was raised for this has the following comment: KAM: Please

Re: PerMsgStatus Util warnings

2015-05-15 Thread Axb
On 15.05.2015 15:02, Kevin A. McGrail wrote: On 5/15/2015 8:59 AM, Alex Regan wrote: I do have a third party plugin that is calling uri_to_domain. It is located at the following URL: https://github.com/smfreegard/DecodeShortURLs I'm mentioning this because the bug that was raised for

Re: PerMsgStatus Util warnings

2015-05-15 Thread Alex Regan
Hi, May 15 12:34:41 smtp-syd mimedefang-multiplexor[30108]: t4F2YYjZ003229: Slave 6 stderr: plugin: eval failed: Undefined subroutine Mail::SpamAssassin::Util::RegistrarBoundaries::trim_domain called at /usr/share/perl5/Mail/SpamAssassin/Util.pm line 1236. I'm using The SpamAssassin Debian

Re: PerMsgStatus Util warnings

2015-05-15 Thread Kevin A. McGrail
On 5/15/2015 9:43 AM, Axb wrote: Kartsten's GUDO plugin also uses uri_to_domain What do we have to replace that function with? The uri_to_domain is now in Mail::SpamAssassin::RegistryBoundaries::uri_to_domain. Reiterating the announcement: Notable Internal changes

Re: PerMsgStatus Util warnings

2015-05-15 Thread Joe Quinn
On 5/15/2015 9:49 AM, Kevin A. McGrail wrote: On 5/15/2015 9:43 AM, Axb wrote: Kartsten's GUDO plugin also uses uri_to_domain What do we have to replace that function with? The uri_to_domain is now in Mail::SpamAssassin::RegistryBoundaries::uri_to_domain. Reiterating the announcement:

Re: PerMsgStatus Util warnings

2015-05-15 Thread Joe Quinn
On 5/15/2015 10:00 AM, Joe Quinn wrote: On 5/15/2015 9:49 AM, Kevin A. McGrail wrote: On 5/15/2015 9:43 AM, Axb wrote: Kartsten's GUDO plugin also uses uri_to_domain What do we have to replace that function with? The uri_to_domain is now in

Re: PerMsgStatus Util warnings

2015-05-15 Thread Alex Regan
Hi, Yes, it does appear to silence the warning. I'm also using DecodeShortURLs. I'll update the ticket. If you can please also open a ticket for the plugins you are using to update their code, that would be helpful as well. Kartsten's GUDO plugin also uses uri_to_domain What do we have to

Re: PerMsgStatus Util warnings

2015-05-15 Thread Henrik K
On Fri, May 15, 2015 at 03:43:26PM +0200, Axb wrote: On 15.05.2015 15:02, Kevin A. McGrail wrote: On 5/15/2015 8:59 AM, Alex Regan wrote: I do have a third party plugin that is calling uri_to_domain. It is located at the following URL: https://github.com/smfreegard/DecodeShortURLs

Re: PerMsgStatus Util warnings

2015-05-15 Thread Henrik K
On Fri, May 15, 2015 at 11:55:38AM -0400, Alex Regan wrote: Hi, Yes, it does appear to silence the warning. I'm also using DecodeShortURLs. I'll update the ticket. If you can please also open a ticket for the plugins you are using to update their code, that would be helpful as well.

Re: PerMsgStatus Util warnings

2015-05-15 Thread Dave Wreski
Hi, $self-{main}-{registryboundaries}-uri_to_domain($fubar); This appears to fix DecodeShortURLs.pm --- DecodeShortURLs.pm.orig 2015-05-15 11:51:44.688835663 -0400 +++ DecodeShortURLs.pm 2015-05-15 11:39:35.020499066 -0400 @@ -486,7 +486,8 @@

PerMsgStatus Util warnings

2015-05-14 Thread Alex Regan
Hi, I have v3.4.1 with amavisd v2.9.1 on fedora20 and receiving the following warnings: May 13 23:32:31 mail01 amavis[17306]: (17306-10) _WARN: plugin: eval failed: Undefined subroutine Mail::SpamAssassin::Util::RegistrarBoundaries::trim_domain called at

Re: PerMsgStatus Util warnings

2015-05-14 Thread Mark Martinec
Alex Regan wrote: I have v3.4.1 with amavisd v2.9.1 on fedora20 and receiving the following warnings: May 13 23:32:31 mail01 amavis[17306]: (17306-10) _WARN: plugin: eval failed: Undefined subroutine Mail::SpamAssassin::Util::RegistrarBoundaries::trim_domain called at

Re: PerMsgStatus Util warnings

2015-05-14 Thread Mark Martinec
Alex Regan wrote: Please open a bug report (one should do, even though these are two independent issues). Bug filed, thanks so much. https://bz.apache.org/SpamAssassin/show_bug.cgi?id=7195 Great, thanks. Please also try the posted patch and see if that resolves the first type of a

Re: PerMsgStatus Util warnings

2015-05-14 Thread Alex Regan
Hi, On 05/14/2015 10:58 AM, Mark Martinec wrote: I have v3.4.1 with amavisd v2.9.1 on fedora20 and receiving the following warnings: May 13 23:32:31 mail01 amavis[17306]: (17306-10) _WARN: plugin: eval failed: Undefined subroutine Mail::SpamAssassin::Util::RegistrarBoundaries::trim_domain

Re: PerMsgStatus Util warnings

2015-05-14 Thread Mark Martinec
I have v3.4.1 with amavisd v2.9.1 on fedora20 and receiving the following warnings: May 13 23:32:31 mail01 amavis[17306]: (17306-10) _WARN: plugin: eval failed: Undefined subroutine Mail::SpamAssassin::Util::RegistrarBoundaries::trim_domain called at

RE: PerMsgStatus Util warnings

2015-05-14 Thread Jim Barber
From: Mark Martinec [mailto:mark.martinec...@ijs.si] Are you using some third-party SpamAssasin plugin that relies on the deprecated subroutine Mail::SpamAssassin::Util::uri_to_domain ? I'm getting the same error: May 15 12:34:41 smtp-syd mimedefang-multiplexor[30108]: t4F2YYjZ003229: