Re: [courier-users] Sendmail -n

2014-12-09 Thread Alessandro Vesely
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 =

[courier-users] Sendmail -n

2014-12-07 Thread Alessandro Vesely
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,

Re: [courier-users] Sendmail -n

2014-12-07 Thread Sam Varshavchik
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`;