[Noffle-devel] [ noffle-Feature Requests-1513395 ] Disable message-id generation
Brought to you by:
bears
From: SourceForge.net <no...@so...> - 2006-06-27 16:22:10
|
Feature Requests item #1513395, was opened at 2006-06-27 16:48 Message generated for change (Comment added) made by devilkin You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=351044&aid=1513395&group_id=1044 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Priority: 5 Submitted By: Jan De Luyck (devilkin) >Assigned to: Nobody/Anonymous (nobody) Summary: Disable message-id generation Initial Comment: Hello, I've got an account at astraweb, and unfortunately their servers are quite picky on how the message-id must be constructed. I've had trouble in the past with leafnode, and now with noffle, that the server will _not_ accept the msg- id generated by noffle. What I'd like to request is a way to tell noffle to not create a messageid, and just send the message as- is to the upstream server, so that the upstream server will generate a msgid for the message. Ofcourse, this would have to be used together with the post-locally entry, so that they can't be stored in the local spool. Thanks! Jan ---------------------------------------------------------------------- >Comment By: Jan De Luyck (devilkin) Date: 2006-06-27 18:22 Message: Logged In: YES user_id=95363 I did a bit of a dig through the Noffle sourcecode (it's damn clean code!) of which the Debian Sid packages are made, and this is the patch I came up with. It adds a new configuration option, add-message-id-if- missing (bool), through which you can control if a message id should be generated inside the message, or not. If you pick yes, Noffle works like it used to. If you choose no, it will not store a Message-ID: header in the text, but it will generate one to be able to store it in the outgoing queue. I've tested it locally, works like a charm ehre. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=351044&aid=1513395&group_id=1044 |