On 2008-04-11 15:20:21 +, R wrote:
> On Fri, 11 Apr 2008, Charlie Brady wrote:
> > > Second (major), when the limit is exceeded, qpsmtpd hangs. A few hours
> > > ago, my logs show that I was at 29/30 and 30/30 quite steady, and then
> > > everything suddently stopped. For whatever reason, forks
I found a case where qpsmtpd-async detects the end of data marker
incorrectly: the previous packet did not end with CRLF and the current
packet starts with .CRLF. The code assumes that the previous packet
ended with CRLF.
Attached are a test script and a suggested patch.
Thanks,
Radu Greab
#!/
On Sat, 12 Apr 2008, Peter J. Holzer wrote:
> On 2008-04-11 15:20:21 +, R wrote:
> > On Fri, 11 Apr 2008, Charlie Brady wrote:
> > > I suspect that the only reason you hit the limit was because some plugin
> > > was not returning. I suspect that qpsmtpd wasn't actually hanging, it
> > > just w
On 2008-04-12 14:57:52 +, R wrote:
> On Sat, 12 Apr 2008, Peter J. Holzer wrote:
> > On 2008-04-11 15:20:21 +, R wrote:
> > > On Fri, 11 Apr 2008, Charlie Brady wrote:
> > > > I suspect that the only reason you hit the limit was because some plugin
> > > > was not returning. I suspect that