The author or authors of this submission hereby release any and all
copyright interest in this code, documentation, or other materials included to the DSPAM project and its primary governors. We intend this relinquishment of copyright interest in perpetuity of all present and future rights to said submission under copyright law.


As requested by Mick Johnson.

Although the patch is so small it probably doesn't fall under copyright, especially as most of it is copy pasted from the main code anyway.

It's good to see the dspam project moving along again.

Thanks Mick!

--
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;
 

Reply via email to