--Nick Riemondi wrote on 30.12.2001 11:35 -0600: > Two quick questions, > 1) I've noticed the server bounces mail bases on case sensitivity, ie. a > message to [EMAIL PROTECTED] will fail even though there is a valid user > [EMAIL PROTECTED] How do I force it to lowercase all addresses before > checking them?
http://www.courier-mta.org/courier.html > 2) Is there any way to make the server send corrupted messages without > giving an error? Alot of people use old mail clients that aren't up to > RFC standard and the messages are becoming annoying... I've put the > message below. http://www.courier-mta.org/FAQ.html#esmtperr Or even better, fix up the mess without nastygram: +++ courier/submit2.C Thu Dec 13 15:24:33 2001 @@ -806,7 +806,8 @@ } else if (rwrfcptr->rfcviolation & RFC2045_ERR8BITCONTENT) { - rfcerr= SYSCONFDIR "/rfcerr2045.txt"; + // PATCH submit-8bit: silently fix broken Outluck + // rfcerr= SYSCONFDIR "/rfcerr2045.txt"; dorewrite=1; } else if (rwrfcptr->rfcviolation & RFC2045_ERRBADBOUNDARY) Roland _______________________________________________ courier-users mailing list [EMAIL PROTECTED] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
