Christian Huldt skrev: > Jérôme Blion skrev: > >> Christian Huldt a écrit : >> >> >>> I tend to get submit errors for some From addresses, to the point those >>> messages can't get through. It seems to be consistent. >>>
I found that my perlfilter was looking for /^From\:/ case sensitively, and those mails was using "from:". My reading of rfc822 says headers should be case insensitive, so i added an i to the regexp, but since the filter was based on a filter off the net I might forward the warning - seems all lowercase headers are quite uncommon, I have been running this filter for years... ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ courier-users mailing list [email protected] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
