On Sun 07/Dec/2014 15:05:36 +0100 Sam Varshavchik wrote: >> 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".
Thank you Sam. After replacing `sendmail -n` with `reformime -r7`, I had no more bad signature notifications. Ale ------------------------------------------------------------------------------ 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
