Resend blocked email request from non registered email deletes blocked email
Every verified local user is allowed to request a resend for its own email address. A registration in 'EmailResendRequester' is only required to request a resend for other email addresses. If 'DelResendSpam' is selected, the original .eml file in the spam folder will be removed! In every case, an email file in the resend folder will be created. If the resend later fails for any reason, the resend-file will be keeped in the resend folder until it is manually removed! I'm unable to reproduce, that...
Connection timeout when mail contains long lines
IMHO the timeout is caused by postfix, beause assp looks for the last available LF evertime - and this should be found at least at the very end of the body. Postfix limits the line length to 1000 byte in older versions and 2048 byte in newer versions per default. How ever, the latest development build 2.8.2 26133 will send uncompleted/unterminated junks (if available) - but the receiver code may wait for for a LF, because incomplete base64 junks may lead in to decoding errors and/or wild bytes at...
version 2.8.2 build (26133)
T10Stat counter never populated due to incorrect comparison operator in T10StatAdd()
thank you, this will be fixed in the next release Thomas
thank you for the patch, I'll check this. how ever, having 34k text in a single line breaks several RFC's Thomas