[exim-dev] [Bug 1160] [PATCH] New feature: remove ASCII NUL …

トップ ページ
このメッセージを削除
このメッセージに返信
著者: Jorge
日付:  
To: exim-dev
古いトピック: [exim-dev] [Bug 1160] New: [PATCH] New feature: remove ASCII NUL from message data
題目: [exim-dev] [Bug 1160] [PATCH] New feature: remove ASCII NUL from message data
------- You are receiving this mail because: -------
You are on the CC list for the bug.

http://bugs.exim.org/show_bug.cgi?id=1160

Jorge <jnerin@???> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #502 is|0                           |1
           obsolete|                            |





--- Comment #1 from Jorge <jnerin@???> 2012-01-03 09:27:49 ---
Created an attachment (id=528)
--> (http://bugs.exim.org/attachment.cgi?id=528)
Updated strip-nul patch for exim-4.77

Updated patch for exim-4.77, exim compiles cleanly and works ok with this
patch, no problems so far.

The patch creates a new option "strip_nul_char" that can be set in exim.conf to
activate the new feature. If the feature is not active the codepath is exaclty
the same as before, there is only three "if (strip_nul_char) continue;" made in
three places in src/receive.c (2 in read_message_data, 1 in
read_message_data_smtp).

Greetings.


--
Configure bugmail: http://bugs.exim.org/userprefs.cgi?tab=email