From richard at fastnet.co.uk Fri Apr 1 10:25:11 2022 From: richard at fastnet.co.uk (Richard Mealing) Date: Fri, 1 Apr 2022 10:25:11 +0000 Subject: open body: Invalid argument at /usr/local/lib/perl5/site_perl/MIME/Entity.pm line 1892. Message-ID: Hi, I have installed mailscanner onto a freebsd 13 machine, got a bunch of emails in my queue and seeing this in debug - In Debugging mode, not forking... Trying to setlogsock(unix) Building a message batch to scan... Have a batch of 1 message. open body: Invalid argument at /usr/local/lib/perl5/site_perl/MIME/Entity.pm line 1892. When I remove this file the email finally delivers, but I get an error message - Apr 1 11:09:59 btn-mailfilter-v2 MailScanner[19983]: Failed to link message body between queues (/var/spool/mqueue/df22VE1oKZ001668 --> /var/spool/mqueue.in/df22VE1oKZ001668) MailScanner-5.3.4.3 p5-Mail-Tools-2.21 I don't know what's going wrong, can mailscanner work on FreeBSD or shall I use something else? Thanks, Rich -------------- next part -------------- An HTML attachment was scrubbed... URL: From shawniverson at summitgrid.com Fri Apr 1 12:31:31 2022 From: shawniverson at summitgrid.com (Shawn Iverson) Date: Fri, 1 Apr 2022 08:31:31 -0400 Subject: open body: Invalid argument at /usr/local/lib/perl5/site_perl/MIME/Entity.pm line 1892. In-Reply-To: References: Message-ID: <4401c2d8-fdd1-54a4-60d9-fa54fb696ad8@summitgrid.com> MailScanner works with FreeBSD. This message is occurring when MIME::Entity is trying to open the message to read it and is encountering something strange. I don't think this is a FreeBSD specific problem and worth investigating.? Can you get your hands on a message that triggers this behavior that is reproducible? Also, can you share what version of MIME::Entity you have? perl -M'MIME::Entity' -e 'print $MIME::Entity::VERSION . "\n";' On 4/1/22 06:25, Richard Mealing wrote: > > Hi, > > I have installed mailscanner onto a freebsd 13 machine, got a bunch of > emails in my queue and seeing this in debug ? > > In Debugging mode, not forking... > Trying to setlogsock(unix) > Building a message batch to scan... > Have a batch of 1 message. > open body: Invalid argument at > /usr/local/lib/perl5/site_perl/MIME/Entity.pm line 1892. > > When I remove this file the email finally delivers, but I get an error > message - Apr? 1 11:09:59 btn-mailfilter-v2 MailScanner[19983]: Failed > to link message body between queues > (/var/spool/mqueue/df22VE1oKZ001668 --> > /var/spool/mqueue.in/df22VE1oKZ001668) > > MailScanner-5.3.4.3 > > p5-Mail-Tools-2.21 > > I don?t know what?s going wrong, can mailscanner work on FreeBSD or > shall I use something else? > > Thanks, > > Rich > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From richard at fastnet.co.uk Fri Apr 1 12:55:53 2022 From: richard at fastnet.co.uk (Richard Mealing) Date: Fri, 1 Apr 2022 12:55:53 +0000 Subject: open body: Invalid argument at /usr/local/lib/perl5/site_perl/MIME/Entity.pm line 1892. In-Reply-To: <4401c2d8-fdd1-54a4-60d9-fa54fb696ad8@summitgrid.com> References: <4401c2d8-fdd1-54a4-60d9-fa54fb696ad8@summitgrid.com> Message-ID: I?m using 5.509. I can probably get some examples, seems like something wrong with utf8 encoding. If I get some examples can I send them off list? Thanks, Rich From: MailScanner On Behalf Of Shawn Iverson via MailScanner Sent: Friday, April 1, 2022 13:32 To: mailscanner at lists.mailscanner.info Cc: Shawn Iverson Subject: Re: open body: Invalid argument at /usr/local/lib/perl5/site_perl/MIME/Entity.pm line 1892. MailScanner works with FreeBSD. This message is occurring when MIME::Entity is trying to open the message to read it and is encountering something strange. I don't think this is a FreeBSD specific problem and worth investigating. Can you get your hands on a message that triggers this behavior that is reproducible? Also, can you share what version of MIME::Entity you have? perl -M'MIME::Entity' -e 'print $MIME::Entity::VERSION . "\n";' On 4/1/22 06:25, Richard Mealing wrote: Hi, I have installed mailscanner onto a freebsd 13 machine, got a bunch of emails in my queue and seeing this in debug ? In Debugging mode, not forking... Trying to setlogsock(unix) Building a message batch to scan... Have a batch of 1 message. open body: Invalid argument at /usr/local/lib/perl5/site_perl/MIME/Entity.pm line 1892. When I remove this file the email finally delivers, but I get an error message - Apr 1 11:09:59 btn-mailfilter-v2 MailScanner[19983]: Failed to link message body between queues (/var/spool/mqueue/df22VE1oKZ001668 --> /var/spool/mqueue.in/df22VE1oKZ001668) MailScanner-5.3.4.3 p5-Mail-Tools-2.21 I don?t know what?s going wrong, can mailscanner work on FreeBSD or shall I use something else? Thanks, Rich -------------- next part -------------- An HTML attachment was scrubbed... URL: From shawniverson at summitgrid.com Fri Apr 1 13:40:12 2022 From: shawniverson at summitgrid.com (Shawn Iverson) Date: Fri, 1 Apr 2022 09:40:12 -0400 Subject: open body: Invalid argument at /usr/local/lib/perl5/site_perl/MIME/Entity.pm line 1892. In-Reply-To: References: <4401c2d8-fdd1-54a4-60d9-fa54fb696ad8@summitgrid.com> Message-ID: <575194e1-3240-bf97-fd8e-3c66b6f8a645@summitgrid.com> Yes On 4/1/22 08:55, Richard Mealing wrote: > > I?m using 5.509. > > I can probably get some examples, seems like something wrong with utf8 > encoding. If I get some examples can I send them off list? > > Thanks, > > Rich > > *From:* MailScanner > *On > Behalf Of *Shawn Iverson via MailScanner > *Sent:* Friday, April 1, 2022 13:32 > *To:* mailscanner at lists.mailscanner.info > *Cc:* Shawn Iverson > *Subject:* Re: open body: Invalid argument at > /usr/local/lib/perl5/site_perl/MIME/Entity.pm line 1892. > > MailScanner works with FreeBSD. > > This message is occurring when MIME::Entity is trying to open the > message to read it and is encountering something strange. > > I don't think this is a FreeBSD specific problem and worth > investigating.? Can you get your hands on a message that triggers this > behavior that is reproducible? > > Also, can you share what version of MIME::Entity you have? > > perl -M'MIME::Entity' -e 'print $MIME::Entity::VERSION . "\n";' > > On 4/1/22 06:25, Richard Mealing wrote: > > Hi, > > I have installed mailscanner onto a freebsd 13 machine, got a > bunch of emails in my queue and seeing this in debug ? > > In Debugging mode, not forking... > Trying to setlogsock(unix) > Building a message batch to scan... > Have a batch of 1 message. > open body: Invalid argument at > /usr/local/lib/perl5/site_perl/MIME/Entity.pm line 1892. > > When I remove this file the email finally delivers, but I get an > error message - Apr? 1 11:09:59 btn-mailfilter-v2 > MailScanner[19983]: Failed to link message body between queues > (/var/spool/mqueue/df22VE1oKZ001668 --> > /var/spool/mqueue.in/df22VE1oKZ001668) > > MailScanner-5.3.4.3 > > p5-Mail-Tools-2.21 > > I don?t know what?s going wrong, can mailscanner work on FreeBSD > or shall I use something else? > > Thanks, > > Rich > -------------- next part -------------- An HTML attachment was scrubbed... URL: From richard at fastnet.co.uk Wed Apr 6 07:09:51 2022 From: richard at fastnet.co.uk (Richard Mealing) Date: Wed, 6 Apr 2022 07:09:51 +0000 Subject: open body: Invalid argument at /usr/local/lib/perl5/site_perl/MIME/Entity.pm line 1892. In-Reply-To: <575194e1-3240-bf97-fd8e-3c66b6f8a645@summitgrid.com> References: <4401c2d8-fdd1-54a4-60d9-fa54fb696ad8@summitgrid.com> <575194e1-3240-bf97-fd8e-3c66b6f8a645@summitgrid.com> Message-ID: Sent? From: Shawn Iverson Sent: Friday, April 1, 2022 14:40 To: Richard Mealing ; MailScanner Discussion Subject: Re: open body: Invalid argument at /usr/local/lib/perl5/site_perl/MIME/Entity.pm line 1892. Yes On 4/1/22 08:55, Richard Mealing wrote: I?m using 5.509. I can probably get some examples, seems like something wrong with utf8 encoding. If I get some examples can I send them off list? Thanks, Rich From: MailScanner On Behalf Of Shawn Iverson via MailScanner Sent: Friday, April 1, 2022 13:32 To: mailscanner at lists.mailscanner.info Cc: Shawn Iverson Subject: Re: open body: Invalid argument at /usr/local/lib/perl5/site_perl/MIME/Entity.pm line 1892. MailScanner works with FreeBSD. This message is occurring when MIME::Entity is trying to open the message to read it and is encountering something strange. I don't think this is a FreeBSD specific problem and worth investigating. Can you get your hands on a message that triggers this behavior that is reproducible? Also, can you share what version of MIME::Entity you have? perl -M'MIME::Entity' -e 'print $MIME::Entity::VERSION . "\n";' On 4/1/22 06:25, Richard Mealing wrote: Hi, I have installed mailscanner onto a freebsd 13 machine, got a bunch of emails in my queue and seeing this in debug ? In Debugging mode, not forking... Trying to setlogsock(unix) Building a message batch to scan... Have a batch of 1 message. open body: Invalid argument at /usr/local/lib/perl5/site_perl/MIME/Entity.pm line 1892. When I remove this file the email finally delivers, but I get an error message - Apr 1 11:09:59 btn-mailfilter-v2 MailScanner[19983]: Failed to link message body between queues (/var/spool/mqueue/df22VE1oKZ001668 --> /var/spool/mqueue.in/df22VE1oKZ001668) MailScanner-5.3.4.3 p5-Mail-Tools-2.21 I don?t know what?s going wrong, can mailscanner work on FreeBSD or shall I use something else? Thanks, Rich -------------- next part -------------- An HTML attachment was scrubbed... URL: From richard at fastnet.co.uk Mon Apr 11 08:14:15 2022 From: richard at fastnet.co.uk (Richard Mealing) Date: Mon, 11 Apr 2022 08:14:15 +0000 Subject: open body: Invalid argument at /usr/local/lib/perl5/site_perl/MIME/Entity.pm line 1892. In-Reply-To: References: <4401c2d8-fdd1-54a4-60d9-fa54fb696ad8@summitgrid.com> <575194e1-3240-bf97-fd8e-3c66b6f8a645@summitgrid.com> Message-ID: Hi Shawn, Did you find anything with that email? Thanks, Rich From: MailScanner On Behalf Of Richard Mealing Sent: Wednesday, April 6, 2022 08:10 To: Shawn Iverson ; MailScanner Discussion Subject: RE: open body: Invalid argument at /usr/local/lib/perl5/site_perl/MIME/Entity.pm line 1892. Sent? From: Shawn Iverson > Sent: Friday, April 1, 2022 14:40 To: Richard Mealing >; MailScanner Discussion > Subject: Re: open body: Invalid argument at /usr/local/lib/perl5/site_perl/MIME/Entity.pm line 1892. Yes On 4/1/22 08:55, Richard Mealing wrote: I?m using 5.509. I can probably get some examples, seems like something wrong with utf8 encoding. If I get some examples can I send them off list? Thanks, Rich From: MailScanner On Behalf Of Shawn Iverson via MailScanner Sent: Friday, April 1, 2022 13:32 To: mailscanner at lists.mailscanner.info Cc: Shawn Iverson Subject: Re: open body: Invalid argument at /usr/local/lib/perl5/site_perl/MIME/Entity.pm line 1892. MailScanner works with FreeBSD. This message is occurring when MIME::Entity is trying to open the message to read it and is encountering something strange. I don't think this is a FreeBSD specific problem and worth investigating. Can you get your hands on a message that triggers this behavior that is reproducible? Also, can you share what version of MIME::Entity you have? perl -M'MIME::Entity' -e 'print $MIME::Entity::VERSION . "\n";' On 4/1/22 06:25, Richard Mealing wrote: Hi, I have installed mailscanner onto a freebsd 13 machine, got a bunch of emails in my queue and seeing this in debug ? In Debugging mode, not forking... Trying to setlogsock(unix) Building a message batch to scan... Have a batch of 1 message. open body: Invalid argument at /usr/local/lib/perl5/site_perl/MIME/Entity.pm line 1892. When I remove this file the email finally delivers, but I get an error message - Apr 1 11:09:59 btn-mailfilter-v2 MailScanner[19983]: Failed to link message body between queues (/var/spool/mqueue/df22VE1oKZ001668 --> /var/spool/mqueue.in/df22VE1oKZ001668) MailScanner-5.3.4.3 p5-Mail-Tools-2.21 I don?t know what?s going wrong, can mailscanner work on FreeBSD or shall I use something else? Thanks, Rich -------------- next part -------------- An HTML attachment was scrubbed... URL: From shawniverson at summitgrid.com Mon Apr 11 10:16:28 2022 From: shawniverson at summitgrid.com (Shawn Iverson) Date: Mon, 11 Apr 2022 06:16:28 -0400 Subject: open body: Invalid argument at /usr/local/lib/perl5/site_perl/MIME/Entity.pm line 1892. In-Reply-To: References: <4401c2d8-fdd1-54a4-60d9-fa54fb696ad8@summitgrid.com> <575194e1-3240-bf97-fd8e-3c66b6f8a645@summitgrid.com> Message-ID: <2c791905-6724-92f4-a84b-7a46b4b0db19@summitgrid.com> I extracted the raw message from your queue files and ran it through several times and cannot seem to get the MIME Parser to complain on my system. However, I do not have Sendmail installed, so maybe I'm not producing the right conditions and should try that so I can send the queue files themselves through. On 4/11/22 04:14, Richard Mealing wrote: > > Hi Shawn, > > Did you find anything with that email? > > Thanks, > > Rich > > *From:* MailScanner > *On > Behalf Of *Richard Mealing > *Sent:* Wednesday, April 6, 2022 08:10 > *To:* Shawn Iverson ; MailScanner > Discussion > *Subject:* RE: open body: Invalid argument at > /usr/local/lib/perl5/site_perl/MIME/Entity.pm line 1892. > > Sent? > > *From:* Shawn Iverson > *Sent:* Friday, April 1, 2022 14:40 > *To:* Richard Mealing ; MailScanner Discussion > > *Subject:* Re: open body: Invalid argument at > /usr/local/lib/perl5/site_perl/MIME/Entity.pm line 1892. > > Yes > > On 4/1/22 08:55, Richard Mealing wrote: > > I?m using 5.509. > > I can probably get some examples, seems like something wrong with > utf8 encoding. If I get some examples can I send them off list? > > Thanks, > > Rich > > *From:* MailScanner > > > *On Behalf Of *Shawn Iverson via MailScanner > *Sent:* Friday, April 1, 2022 13:32 > *To:* mailscanner at lists.mailscanner.info > *Cc:* Shawn Iverson > > *Subject:* Re: open body: Invalid argument at > /usr/local/lib/perl5/site_perl/MIME/Entity.pm line 1892. > > MailScanner works with FreeBSD. > > This message is occurring when MIME::Entity is trying to open the > message to read it and is encountering something strange. > > I don't think this is a FreeBSD specific problem and worth > investigating.? Can you get your hands on a message that triggers > this behavior that is reproducible? > > Also, can you share what version of MIME::Entity you have? > > perl -M'MIME::Entity' -e 'print $MIME::Entity::VERSION . "\n";' > > On 4/1/22 06:25, Richard Mealing wrote: > > Hi, > > I have installed mailscanner onto a freebsd 13 machine, got a > bunch of emails in my queue and seeing this in debug ? > > In Debugging mode, not forking... > Trying to setlogsock(unix) > Building a message batch to scan... > Have a batch of 1 message. > open body: Invalid argument at > /usr/local/lib/perl5/site_perl/MIME/Entity.pm line 1892. > > When I remove this file the email finally delivers, but I get > an error message - Apr? 1 11:09:59 btn-mailfilter-v2 > MailScanner[19983]: Failed to link message body between queues > (/var/spool/mqueue/df22VE1oKZ001668 --> > /var/spool/mqueue.in/df22VE1oKZ001668) > > MailScanner-5.3.4.3 > > p5-Mail-Tools-2.21 > > I don?t know what?s going wrong, can mailscanner work on > FreeBSD or shall I use something else? > > Thanks, > > Rich > -------------- next part -------------- An HTML attachment was scrubbed... URL: From info at sportsmanfishing.com Tue Apr 26 17:16:29 2022 From: info at sportsmanfishing.com (Sportsman Fishing Adventures) Date: Tue, 26 Apr 2022 10:16:29 -0700 Subject: Mailscanner errors Message-ID: <581e4917-3803-802a-1413-1be645394ccf@sportsmanfishing.com> Hi all, this is my first post and for some reason after confirming my account I cannot login to the main page or archives to see if this has been discussed already so hopefully I am following protocols. I just started seeing some errors in my mailscanner window after clicking the learn as spam button for emails. Most times I see Learned tokens from 0 message(s) (0 message(s) examined) so I use the learn as spam and report button. Now that process is showing me the following errors: Apr 26 09:46:05.644 [22600] warn: Unquoted '"' not allowed at /usr/local/cpanel/3rdparty/perl/532/lib/perl5/cpanel_lib/Mail/Pyzor/Digest/Pieces.pm line 253. Apr 26 09:46:05.644 [22600] warn: Missing semicolon before parameter '"KF94 INFANTILES - NI?A.jpg"' at /usr/local/cpanel/3rdparty/perl/532/lib/perl5/cpanel_lib/Mail/Pyzor/Digest/Pieces.pm line 253. Apr 26 09:46:05.645 [22600] warn: Unquoted '"' not allowed at /usr/local/cpanel/3rdparty/perl/532/lib/perl5/cpanel_lib/Mail/Pyzor/Digest/Pieces.pm line 253. Apr 26 09:46:05.645 [22600] warn: Missing semicolon before parameter '"KF94 INFANTILES NI?O.jpg"' at /usr/local/cpanel/3rdparty/perl/532/lib/perl5/cpanel_lib/Mail/Pyzor/Digest/Pieces.pm line 253. Apr 26 09:46:05.646 [22600] warn: Unquoted '"' not allowed at /usr/local/cpanel/3rdparty/perl/532/lib/perl5/cpanel_lib/Mail/Pyzor/Digest/Pieces.pm line 253. Apr 26 09:46:05.646 [22600] warn: Missing semicolon before parameter '"MASCARILLAS INFANTILES NI?A KN95.jpg"' at /usr/local/cpanel/3rdparty/perl/532/lib/perl5/cpanel_lib/Mail/Pyzor/Digest/Pieces.pm line 253. Apr 26 09:46:05.646 [22600] warn: Unquoted '"' not allowed at /usr/local/cpanel/3rdparty/perl/532/lib/perl5/cpanel_lib/Mail/Pyzor/Digest/Pieces.pm line 253. Apr 26 09:46:05.647 [22600] warn: Missing semicolon before parameter '"MASCARILLAS INFANTILES NI?O KN95.jpg"' at /usr/local/cpanel/3rdparty/perl/532/lib/perl5/cpanel_lib/Mail/Pyzor/Digest/Pieces.pm line 253. Apr 26 09:46:05.647 [22600] warn: Unquoted '"' not allowed at /usr/local/cpanel/3rdparty/perl/532/lib/perl5/cpanel_lib/Mail/Pyzor/Digest/Pieces.pm line 253. Apr 26 09:46:05.647 [22600] warn: Missing semicolon before parameter '"MASCARILLAS INFANTILES QUIRURGICAS NI?A.jpg"' at /usr/local/cpanel/3rdparty/perl/532/lib/perl5/cpanel_lib/Mail/Pyzor/Digest/Pieces.pm line 253. Apr 26 09:46:05.648 [22600] warn: Unquoted '"' not allowed at /usr/local/cpanel/3rdparty/perl/532/lib/perl5/cpanel_lib/Mail/Pyzor/Digest/Pieces.pm line 253. Apr 26 09:46:05.648 [22600] warn: Missing semicolon before parameter '"MASCARILLAS INFANTILES QUIRURGICAS NI?O.jpg"' at /usr/local/cpanel/3rdparty/perl/532/lib/perl5/cpanel_lib/Mail/Pyzor/Digest/Pieces.pm line 253. Can anyone tell me what this means and if I have an issue with my cPanel configuration (which I personally haven't touched). Thanks for your time Paul From mark at msapiro.net Tue Apr 26 17:40:28 2022 From: mark at msapiro.net (Mark Sapiro) Date: Tue, 26 Apr 2022 10:40:28 -0700 Subject: Mailscanner errors In-Reply-To: <581e4917-3803-802a-1413-1be645394ccf@sportsmanfishing.com> References: <581e4917-3803-802a-1413-1be645394ccf@sportsmanfishing.com> Message-ID: On 4/26/22 10:16, Sportsman Fishing Adventures wrote: > Hi all, this is my first post and for some reason after confirming my > account I cannot login to the main page or archives to see if this has > been discussed already so hopefully I am following protocols. This list's archive is at http://lists.mailscanner.info/pipermail/mailscanner/ and doesn't require login. > I just started seeing some errors in my mailscanner window after > clicking the learn as spam button for emails. > > Most times I see Learned tokens from 0 message(s) (0 message(s) > examined) so I use the learn as spam and report button. > > Now that process is showing me the following errors: > > Apr 26 09:46:05.644 [22600] warn: Unquoted '"' not allowed at > /usr/local/cpanel/3rdparty/perl/532/lib/perl5/cpanel_lib/Mail/Pyzor/Digest/Pieces.pm > line 253. > Apr 26 09:46:05.644 [22600] warn: Missing semicolon before parameter > '"KF94 INFANTILES - NI?A.jpg"' at > /usr/local/cpanel/3rdparty/perl/532/lib/perl5/cpanel_lib/Mail/Pyzor/Digest/Pieces.pm > line 253. > Apr 26 09:46:05.645 [22600] warn: Unquoted '"' not allowed at > /usr/local/cpanel/3rdparty/perl/532/lib/perl5/cpanel_lib/Mail/Pyzor/Digest/Pieces.pm > line 253. > Apr 26 09:46:05.645 [22600] warn: Missing semicolon before parameter > '"KF94 INFANTILES NI?O.jpg"' at > /usr/local/cpanel/3rdparty/perl/532/lib/perl5/cpanel_lib/Mail/Pyzor/Digest/Pieces.pm > line 253. > Apr 26 09:46:05.646 [22600] warn: Unquoted '"' not allowed at > /usr/local/cpanel/3rdparty/perl/532/lib/perl5/cpanel_lib/Mail/Pyzor/Digest/Pieces.pm > line 253. > Apr 26 09:46:05.646 [22600] warn: Missing semicolon before parameter > '"MASCARILLAS INFANTILES NI?A KN95.jpg"' at > /usr/local/cpanel/3rdparty/perl/532/lib/perl5/cpanel_lib/Mail/Pyzor/Digest/Pieces.pm > line 253. > Apr 26 09:46:05.646 [22600] warn: Unquoted '"' not allowed at > /usr/local/cpanel/3rdparty/perl/532/lib/perl5/cpanel_lib/Mail/Pyzor/Digest/Pieces.pm > line 253. > Apr 26 09:46:05.647 [22600] warn: Missing semicolon before parameter > '"MASCARILLAS INFANTILES NI?O KN95.jpg"' at > /usr/local/cpanel/3rdparty/perl/532/lib/perl5/cpanel_lib/Mail/Pyzor/Digest/Pieces.pm > line 253. > Apr 26 09:46:05.647 [22600] warn: Unquoted '"' not allowed at > /usr/local/cpanel/3rdparty/perl/532/lib/perl5/cpanel_lib/Mail/Pyzor/Digest/Pieces.pm > line 253. > Apr 26 09:46:05.647 [22600] warn: Missing semicolon before parameter > '"MASCARILLAS INFANTILES QUIRURGICAS NI?A.jpg"' at > /usr/local/cpanel/3rdparty/perl/532/lib/perl5/cpanel_lib/Mail/Pyzor/Digest/Pieces.pm > line 253. > Apr 26 09:46:05.648 [22600] warn: Unquoted '"' not allowed at > /usr/local/cpanel/3rdparty/perl/532/lib/perl5/cpanel_lib/Mail/Pyzor/Digest/Pieces.pm > line 253. > Apr 26 09:46:05.648 [22600] warn: Missing semicolon before parameter > '"MASCARILLAS INFANTILES QUIRURGICAS NI?O.jpg"' at > /usr/local/cpanel/3rdparty/perl/532/lib/perl5/cpanel_lib/Mail/Pyzor/Digest/Pieces.pm > line 253. > > > Can anyone tell me what this means and if I have an issue with my cPanel > configuration (which I personally haven't touched). Can you post the raw message that produces this error? It appears that the message has invalid Content-Disposition: and/or Content-Type: headers. -- Mark Sapiro The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan From mark at msapiro.net Wed Apr 27 04:42:47 2022 From: mark at msapiro.net (Mark Sapiro) Date: Tue, 26 Apr 2022 21:42:47 -0700 Subject: Mailscanner errors In-Reply-To: References: Message-ID: <20eb56e9-bbe4-72ec-9353-0f16139550af@msapiro.net> Mark Sapiro wrote: > On 4/26/22 10:16, Sportsman Fishing Adventures wrote: >> Hi all, this is my first post and for some reason after confirming my >> account I cannot login to the main page or archives to see if this has >> been discussed already so hopefully I am following protocols. > > > This list's archive is at > http://lists.mailscanner.info/pipermail/mailscanner/ and doesn't require > login. > > >> I just started seeing some errors in my mailscanner window after >> clicking the learn as spam button for emails. >> >> Most times I see Learned tokens from 0 message(s) (0 message(s) >> examined) so I use the learn as spam and report button. >> >> Now that process is showing me the following errors: >> >> Apr 26 09:46:05.644 [22600] warn: Unquoted '"' not allowed at >> /usr/local/cpanel/3rdparty/perl/532/lib/perl5/cpanel_lib/Mail/Pyzor/Digest/Pieces.pm >> line 253. >> Apr 26 09:46:05.644 [22600] warn: Missing semicolon before parameter >> '"KF94 INFANTILES - NI?A.jpg"' at >> /usr/local/cpanel/3rdparty/perl/532/lib/perl5/cpanel_lib/Mail/Pyzor/Digest/Pieces.pm >> line 253. >> Apr 26 09:46:05.645 [22600] warn: Unquoted '"' not allowed at >> /usr/local/cpanel/3rdparty/perl/532/lib/perl5/cpanel_lib/Mail/Pyzor/Digest/Pieces.pm >> line 253. >> Apr 26 09:46:05.645 [22600] warn: Missing semicolon before parameter >> '"KF94 INFANTILES NI?O.jpg"' at >> /usr/local/cpanel/3rdparty/perl/532/lib/perl5/cpanel_lib/Mail/Pyzor/Digest/Pieces.pm >> line 253. >> Apr 26 09:46:05.646 [22600] warn: Unquoted '"' not allowed at >> /usr/local/cpanel/3rdparty/perl/532/lib/perl5/cpanel_lib/Mail/Pyzor/Digest/Pieces.pm >> line 253. >> Apr 26 09:46:05.646 [22600] warn: Missing semicolon before parameter >> '"MASCARILLAS INFANTILES NI?A KN95.jpg"' at >> /usr/local/cpanel/3rdparty/perl/532/lib/perl5/cpanel_lib/Mail/Pyzor/Digest/Pieces.pm >> line 253. >> Apr 26 09:46:05.646 [22600] warn: Unquoted '"' not allowed at >> /usr/local/cpanel/3rdparty/perl/532/lib/perl5/cpanel_lib/Mail/Pyzor/Digest/Pieces.pm >> line 253. >> Apr 26 09:46:05.647 [22600] warn: Missing semicolon before parameter >> '"MASCARILLAS INFANTILES NI?O KN95.jpg"' at >> /usr/local/cpanel/3rdparty/perl/532/lib/perl5/cpanel_lib/Mail/Pyzor/Digest/Pieces.pm >> line 253. >> Apr 26 09:46:05.647 [22600] warn: Unquoted '"' not allowed at >> /usr/local/cpanel/3rdparty/perl/532/lib/perl5/cpanel_lib/Mail/Pyzor/Digest/Pieces.pm >> line 253. >> Apr 26 09:46:05.647 [22600] warn: Missing semicolon before parameter >> '"MASCARILLAS INFANTILES QUIRURGICAS NI?A.jpg"' at >> /usr/local/cpanel/3rdparty/perl/532/lib/perl5/cpanel_lib/Mail/Pyzor/Digest/Pieces.pm >> line 253. >> Apr 26 09:46:05.648 [22600] warn: Unquoted '"' not allowed at >> /usr/local/cpanel/3rdparty/perl/532/lib/perl5/cpanel_lib/Mail/Pyzor/Digest/Pieces.pm >> line 253. >> Apr 26 09:46:05.648 [22600] warn: Missing semicolon before parameter >> '"MASCARILLAS INFANTILES QUIRURGICAS NI?O.jpg"' at >> /usr/local/cpanel/3rdparty/perl/532/lib/perl5/cpanel_lib/Mail/Pyzor/Digest/Pieces.pm >> line 253. >> >> >> Can anyone tell me what this means and if I have an issue with my cPanel >> configuration (which I personally haven't touched). > > Can you post the raw message that produces this error? It appears that > the message has invalid Content-Disposition: and/or Content-Type: headers. I received the message off list. There is nothing wrong with the message per se. The message has several image/jpeg parts. Some of these parts have RFC 2047 encoded name= and filename= parameters. The first such part has headers Content-Type: image/jpeg; name="=?UTF-8?Q?KF94_INFANTILES_=2D_NI=C3=91A=2Ejpg?=" Content-Disposition: inline; filename="=?UTF-8?Q?KF94_INFANTILES_=2D_NI=C3=91A=2Ejpg?=" which decode to Content-Type: image/jpeg; name=" KF94 INFANTILES - NI?A.jpg " Content-Disposition: inline; filename=" KF94 INFANTILES - NI?A.jpg " These are valid headers, but are apparently responsible for the >> Apr 26 09:46:05.644 [22600] warn: Unquoted '"' not allowed at >> /usr/local/cpanel/3rdparty/perl/532/lib/perl5/cpanel_lib/Mail/Pyzor/Digest/Pieces.pm >> line 253. >> Apr 26 09:46:05.644 [22600] warn: Missing semicolon before parameter >> '"KF94 INFANTILES - NI?A.jpg"' at >> /usr/local/cpanel/3rdparty/perl/532/lib/perl5/cpanel_lib/Mail/Pyzor/Digest/Pieces.pm >> line 253. There are other parts with RFC 2047 encoded headers: Content-Type: image/jpeg; name="=?UTF-8?Q?KF94_INFANTILES_NI=C3=91O=2Ejpg?=" Content-Disposition: inline; filename="=?UTF-8?Q?KF94_INFANTILES_NI=C3=91O=2Ejpg?=" Content-Type: image/jpeg; name="=?UTF-8?Q?MASCARILLAS_INFANTILES_NI=C3=91A_KN95?= =?UTF-8?Q?=2Ejpg?=" Content-Disposition: inline; filename="=?UTF-8?Q?MASCARILLAS_INFANTILES_NI=C3=91A_KN95=2Ejpg?=" Content-Type: image/jpeg; name="=?UTF-8?Q?MASCARILLAS_INFANTILES_NI=C3=91O_KN95?= =?UTF-8?Q?=2Ejpg?=" Content-Disposition: inline; filename="=?UTF-8?Q?MASCARILLAS_INFANTILES_NI=C3=91O_KN95=2Ejpg?=" Content-Type: image/jpeg; name="=?UTF-8?Q?MASCARILLAS_INFANTILES_QUIRURGICAS_NI=C3=91A=2Ejpg?=" Content-Disposition: inline; filename="=?UTF-8?Q?MASCARILLAS_INFANTILES_QUIRURGICAS_NI=C3=91A=2Ejpg?=" Content-Type: image/jpeg; name="=?UTF-8?Q?MASCARILLAS_INFANTILES_QUIRURGICAS_NI=C3=91O=2Ejpg?=" Content-Disposition: inline; filename="=?UTF-8?Q?MASCARILLAS_INFANTILES_QUIRURGICAS_NI=C3=91O=2Ejpg?=" which decode to: Content-Type: image/jpeg; name=" KF94 INFANTILES NI?O.jpg " Content-Disposition: inline; filename=" KF94 INFANTILES NI?O.jpg " Content-Type: image/jpeg; name=" MASCARILLAS INFANTILES NI?A KN95.jpg " Content-Disposition: inline; filename=" MASCARILLAS INFANTILES NI?A KN95.jpg " Content-Type: image/jpeg; name=" MASCARILLAS INFANTILES NI?O KN95.jpg " Content-Disposition: inline; filename=" MASCARILLAS INFANTILES NI?O KN95.jpg " Content-Type: image/jpeg; name=" MASCARILLAS INFANTILES QUIRURGICAS NI?A.jpg " Content-Disposition: inline; filename=" MASCARILLAS INFANTILES QUIRURGICAS NI?A.jpg " Content-Type: image/jpeg; name=" MASCARILLAS INFANTILES QUIRURGICAS NI?O.jpg " Content-Disposition: inline; filename=" MASCARILLAS INFANTILES QUIRURGICAS NI?O.jpg " And are responsible for the rest of the above messages. This would seem to be a bug in the perl Mail::Pyzor::Digest module. -- Mark Sapiro The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan