Thank you kindly for your help.

Here's what I did (thanks to theo's advice,) in case anyone else
needs/wants to make the same modifications (diff patch)

--- /usr/lib/perl5/site_perl/5.8.0/Mail/SpamAssassin/PerMsgStatus.orig 
2003-06-30 16:44:54.000000000 -0700
+++ /usr/lib/perl5/site_perl/5.8.0/Mail/SpamAssassin/PerMsgStatus.pm   
2003-06-30 16:23:41.000000000 -0700
@@ -604,6 +604,7 @@
   my $subject = $self->{msg}->get_pristine_header("Subject");
   my $msgid = $self->{msg}->get_pristine_header('Message-Id');
   my $date = $self->{msg}->get_pristine_header("Date");
+  my $delivto = $self->{msg}->get_pristine_header("Delivered-To");

   if ($self->{conf}->{rewrite_subject}) {
     $subject ||= '';
@@ -617,6 +618,7 @@
   # add report headers to message
   $newmsg .= "From: $from" if $from;
   $newmsg .= "To: $to" if $to;
+  $newmsg .= "Delivered-To: $delivto" if $delivto;
   $newmsg .= "Cc: $cc" if $cc;
   $newmsg .= "Subject: $subject" if $subject;
   $newmsg .= "Date: $date" if $date;

> On Mon, Jun 30, 2003 at 03:27:34PM -0700, Demitrious S. Kelly wrote:
>> > I believe this is valid for 2.5x:
>> >
>> > report_safe_copy_headers Delivered-To
>
> In looking again, it seems this is only available in 2.60 and beyond.
> For 2.5x, you'd have to modify PerMsgStatus and have it copy that header
> as well as the others.
>
> --
> Randomly Generated Tagline:
> "... it's inverted with this little bubble thing ..."   - Instructor Dean
>



-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100006ave/direct;at.asp_061203_01/01
_______________________________________________
Spamassassin-talk mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/spamassassin-talk

Reply via email to