Watermark header addition in Exim does not work
Lasantha Marian
x72m35 at gmail.com
Fri May 16 08:26:05 IST 2008
Skipped content of type multipart/alternative-------------- next part --------------
272a273,274
> $this->{addmshmac} = 0;
> $this->{mshmac} = "";
334c336,337
< $global::MS->{mta}->AppendHeader($this, $mshmacheader, "$expiry\@$hash");
---
> $this->{addmshmac} = 1;
> $this->{mshmac} = "$expiry\@$hash";
1875a1879,1887
>
> # Add watermark header if chosen to do so.
> if ($this->{addmshmac}) {
> my $mshmacheader = MailScanner::Config::Value('mshmacheader', $this);
> my $mshmac = $this->{mshmac};
>
> $global::MS->{mta}->AddMultipleHeader($this, 'mshmacheader', $mshmac, ', ');
> }
>
4843a4856,4864
>
> # Add watermark header if chosen to do so.
> if ($this->{addmshmac}) {
> my $mshmacheader = MailScanner::Config::Value('mshmacheader', $this);
> my $mshmac = $this->{mshmac};
>
> $global::MS->{mta}->AddMultipleHeader($this, 'mshmacheader', $mshmac, ', ');
> }
>
5259a5281,5289
>
> # Add watermark header if chosen to do so.
> if ($this->{addmshmac}) {
> my $mshmacheader = MailScanner::Config::Value('mshmacheader', $this);
> my $mshmac = $this->{mshmac};
>
> $global::MS->{mta}->AddMultipleHeader($this, 'mshmacheader', $mshmac, ', ');
> }
>
More information about the MailScanner
mailing list