Bill Seligman wrote:
> Bill Seligman wrote:
>> Bill Seligman wrote:
>>
>>> I've been trying to get DomainKeys to work on my mail server. I know
>>> this is not the DKIM newsgroup, but there's one issue I'd like to know
>>> about before I dismiss it as the cause of the problem.
>> I believe I have isolated my DomainKey issue...
>>
>> The problem appears to be that in the message passed to the DKIM
>> software, a header reads:
>>
>> To: sa-test@sendmail.net
>>
>> But according to the sa-test reflector, the message they receive has:
>>
>> To: sa-test@sendmail.net
> The extra space after the "To:" is being put there by my MUA, Mozilla's
> Thunderbird.
I've hunted around, looked at my .cf file, gone over the section of the
Bat book on R configuration. The existing rules already trim any
leading whitespace from an address listed in a "rcpt to:"; I tested and
confirmed this with my mail server. The issue appears with the "To:"
lines included in the header.
Does anyone have any insight into how and where I'd implement something
like: "If a 'To:' line in the header has any whitespace following the
colon, replace it with a single space"?
- Bill