Re: [Mimedefang] DKIM and boilerplate conflict

2018-02-23 Thread Richard Laager
On 02/22/2018 09:16 PM, Randy Candy wrote: >     my $signature = $dkim->signature()->as_string(); >     $signature =~ s/^DKIM-Signature:\s+//i; >     action_add_header('DKIM-Signature', $signature); On a related note... I just implement DKIM signing a few days

Re: [Mimedefang] DKIM and boilerplate conflict

2018-02-23 Thread Dianne Skoll
On Fri, 23 Feb 2018 04:16:40 +0100 "Randy Candy" wrote: > I have implemented the following subroutine dkim_sign (listed below) > and call it from filter_end after I verify that specific criteria are > met. Prior to calling dkim_sign I utilize append_text_boilerplate > and then