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: Wed, 20 Jun 2001 13:30:55 +0200 (CEST)

On Tue, 5 Jun 2001, Olivier Salaun wrote:

> We can't about all header fields that should be deleted in
> anonymous mode ; therefore, sympa should have a sympa.conf
> parameter defining the header fields list
> (anonymous_header_fields). I've put this in our TODO ; in the
> meanwhile, you'll have to patch the code.

For anonymous mailing lists I have inserted 'X-Envelope-From' and
'X-X-Sender' to the following lines in List.pm:

*****
## 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','X-Envelope-From','X-X-Sender',
'Resent-From','Reply-To','Organization',
'Disposition-Notification-To') {
$hdr->delete($field);
}
*****

This was necessary, because both lines were showing some information
of the author of a message.

Please could someone put these fields into the source code for further
releases until anonymous_header_files exists in sympa.conf?

Thanks a lot!
Claus




Archive powered by MHonArc 2.6.19+.

Top of Page