Hello Patrice,
Monday, August 19, 2002, 4:15:45 PM, you wrote:
PB> I know that lone CR are forbidden in Mime headers, but are CRLF forbidden
PB> too ?
PB> I was not able ton find something dealing with that explicitely in the RFCs.
ehmmm...try CR/LF patch for qmail (CMIIW). Try find it at qmail
Hello all,
Using QS 1.13
I know that lone CR are forbidden in Mime headers, but are CRLF forbidden
too ?
I was not able ton find something dealing with that explicitely in the RFCs.
if ($BAD_MIME && /\r|\0/) {
$illegal_mime=1;
&debug("w_c: illegal MIME chars found in header");