Skip to Content.
Sympa Menu

en - Re: [sympa-users] anonymous_sender

Subject: The mailing list for listmasters using Sympa

List archive

Chronological Thread  
  • From: Claus Atzenbeck <address@concealed>
  • To: Mailing List sympa-users <address@concealed>
  • Subject: Re: [sympa-users] anonymous_sender
  • Date: Tue, 29 May 2001 12:46:32 +0200 (CEST)

On Tue, 29 May 2001, Olivier Salaun wrote:

> I've added it to the removed header fields, the patch is provided bellow
> :
>
> *** src/List.pm 2001/05/23 13:07:30 1.93
> --- src/List.pm 2001/05/29 08:30:23 1.94
> ***************
> *** 1452,1458 ****
>
> ## Hide the sender if the list is anonymoused
> if ( $self->{'admin'}{'anonymous_sender'} ) {
> ! foreach my $field
> ('Sender','X-Sender','Received','Message-id','From',
> 'Resent-From','Reply-To','Organization',
> 'Disposition-Notification-To') {
> $hdr->delete($field);
> }
> --- 1452,1458 ----
>
> ## Hide the sender if the list is anonymoused
> if ( $self->{'admin'}{'anonymous_sender'} ) {
> ! foreach my $field
> ('Sender','X-Sender','Received','Message-id','From','X-Envelope-To',
> 'Resent-From','Reply-To','Organization',
> 'Disposition-Notification-To') {
> $hdr->delete($field);
> }

I was adding 'X-Envelope-To' at the appropriate line in List.pm
manually, but there is still this line appearing in the anonymous
mail.

Can't I change the already installed files? Do I need to do the patch
at the source package, compile it, and install it again?

Thanks for your answer!
Claus




Archive powered by MHonArc 2.6.19+.

Top of Page