Steve wrote:
Patch and test and then report :)
Patched and in use. Tested and works as expected for me with postfix 2.4
and disable_mime_output_conversion = no.
Patch attached.
I'd like to ask here, if there's a difference if between the code "250"
and the option, 8BITMIME in this case, is a hyphen or whitespace.
So
250-8BITMIME
vs
250 8BITMIME
Regards,
--
Aleksander Kamenik
system administrator
+372 6659 649
[EMAIL PROTECTED]
Krediidiinfo AS
http://www.krediidiinfo.ee/
diff -Naur dspam-3.8.1-cvs-07122007/src/daemon.c
dspam-3.8.1-cvs-07122007_8bitmime/src/daemon.c
--- dspam-3.8.1-cvs-07122007/src/daemon.c 2007-12-12 11:42:07.000000000
+0200
+++ dspam-3.8.1-cvs-07122007_8bitmime/src/daemon.c 2007-12-12
11:43:53.000000000 +0200
@@ -395,6 +395,9 @@
if (daemon_extension(TTX, "DSPAMPROCESSMODE")<=0)
goto CLOSE;
+ if (daemon_extension(TTX, "8BITMIME")<=0)
+ goto CLOSE;
+
if (daemon_reply(TTX, LMTP_OK, "", "SIZE")<=0)
goto CLOSE;