[exim-dev] [Bug 2915] SIGSEGV in ACL when message is second …

Αρχική Σελίδα
Delete this message
Reply to this message
Συντάκτης: admin
Ημερομηνία:  
Προς: exim-dev
Αντικείμενο: [exim-dev] [Bug 2915] SIGSEGV in ACL when message is second in that connection
https://bugs.exim.org/show_bug.cgi?id=2915

--- Comment #12 from Graeme Fowler <graeme@???> ---
Early news is: no segfaults, but

live variable 'regex<n>' destroyed by reset_store at smtp_reset:2162

is making an appearance after a single message has been accepted which tickles
the regex-matching ACL.

The response to the final '.' is '250 OK id=1oTRIj-...' etc *but* we then have
a '421 Unexpected failure, please try later' immediately after. I'm not yet
sure where that occurs in the transaction but it does look like it's either in
the closing stages of smtp_in.c or receive.c

Will have a dig.

--
You are receiving this mail because:
You are on the CC list for the bug.