Alessandro Vesely writes:

Hi,

setting MIME=none before sending mail from the local host should prevent MIME
changes that invalidate DKIM signatures.  Is there a way to get those changes
before signing, instead?

I tried something like this Perl code:

     $final = `sendmail -n < $outfile`;
     write_file($outfile, $final);
     `dkimsign $outfile`;
     `sendmail -f $bounce $rcpt < $outfile`

It doesn't work.  For example, Content-Transfer-Encoding seems to be added
after signing.

Filter the message with "reformime -r7".


Attachment: pgpMMRDLipCp5.pgp
Description: PGP signature

------------------------------------------------------------------------------
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration & more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=164703151&iu=/4140/ostg.clktrk
_______________________________________________
courier-users mailing list
[email protected]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users

Reply via email to