On 6/14/2011 5:49 PM, Benny Pedersen wrote:
On Tue, 14 Jun 2011 19:48:54 +0200, Ralf Hildebrandt wrote:
* Noel Jones <njo...@megan.vbhcs.org>:
I think I posted something almost exactly like this a while
ago
(year+?). Anyway, I can confirm that I've had this same
problem and
came up with the same workaround, still in place.
Yeah. Maybe it would make a cool addition to
smtp_pix_workarounds!
or list bad domains as rfc-ignorant if there is a rfc for this
No, there is no RFC that says "you must receive my properly
formatted email even if your software chokes on it".
I was thinking along the lines of a smtp_pix_workarounds
keyword like "removeDKIM" or, more general and more complex,
"removeheaders" with a matching smtp_pix_removeheaders list of
header names to remove.
the choices I see are
A) single-purpose workaround:
smtp_pix_workarounds = removeDKIM ...
B) general anti-choke workaround
smtp_pix_workarounds = removeheaders
smtp_pix_removeheaders = DKIM, X-foo, Bar
(proposed docs available if there is any interest)
C) use existing smtp_header_checks solution.
For me, the existing workaround (master.cf dumbpix transport
with -o smtp_header_checks) is sufficient. I currently have
only two domains on the dumbpix transport -- apparently
unrelated government agencies, a school system in one city,
police in another.
-- Noel Jones