Strange error with MSMilter

Shawn Iverson iversons at rushville.k12.in.us
Wed Nov 21 00:26:27 UTC 2018


Mark,

https://github.com/MailScanner/v5/pull/305

On Tue, Nov 20, 2018 at 3:43 PM Shawn Iverson <iversons at rushville.k12.in.us>
wrote:

> Mark,
>
> Thanks for the troubleshooting!  I think that info is enough for me to
> reproduce on my end as well. I will take a look at this tonight.
>
> On Tue, Nov 20, 2018 at 3:41 PM Mark Sapiro <mark at msapiro.net> wrote:
>
>> On 11/20/18 11:09 AM, Mark Sapiro wrote:
>> > The other interesting thing in the Postfix log is it looks like the
>> > message to webmaster was the second of two transactions in the same SMTP
>> > session and further, the MailScanner child was restarted between the two
>> > transactions. It is this second message to webmaster that was missing a
>> > line, so it is quite possible that the issue occurs to the second of two
>> > transactions in the same SMTP session and has nothing to do with a
>> > similar message arriving separately at the same time.
>>
>>
>> I have done some simple tests and I can duplicate the issue. The issue
>> seems to occur when and only when Postfix receives two separate emails
>> in one SMTP session.
>>
>> I.e. an SMTP session like
>>
>> connect
>> HELO
>> MAIL FROM
>> RCPT TO
>> DATA
>> MAIL FROM
>> RCPT TO
>> DATA
>> QUIT
>>
>> will exhibit the problem in the second message, but
>>
>> connect
>> HELO
>> MAIL FROM
>> RCPT TO
>> DATA
>> QUIT
>> connect
>> MAIL FROM
>> RCPT TO
>> DATA
>> QUIT
>>
>> Does not exhibit the problem.
>>
>> I have simple Python 3 scripts that produce the error, but I'm not
>> posting them as the server address and email addresses are specific to
>> my test machine.
>>
>> --
>> Mark Sapiro <mark at msapiro.net>        The highway is for gamblers,
>> San Francisco Bay Area, California    better use your sense - B. Dylan
>>
>>
>>
>>
>> --
>> MailScanner mailing list
>> mailscanner at lists.mailscanner.info
>> http://lists.mailscanner.info/mailman/listinfo/mailscanner
>>
>>
>
> --
> Shawn Iverson, CETL
> Director of Technology
> Rush County Schools
> 765-932-3901 option 7
> iversons at rushville.k12.in.us
>
>
>

-- 
Shawn Iverson, CETL
Director of Technology
Rush County Schools
765-932-3901 option 7
iversons at rushville.k12.in.us
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mailscanner.info/pipermail/mailscanner/attachments/20181120/e35d5d7c/attachment.html>


More information about the MailScanner mailing list