Subject: The mailing list for listmasters using Sympa
List archive
- From: Olivier Salaun <address@concealed>
- To: Claus Atzenbeck <address@concealed>
- Cc: Mailing List sympa-users <address@concealed>
- Subject: Re: [sympa-users] anonymous_sender
- Date: Tue, 29 May 2001 10:33:25 +0200
Claus Atzenbeck wrote:
>
> I just was experimenting with anonymous_sender parameter.
> Two quesions on that:
>
> 1) Is it possible for the list owner or the listmaster to find out
> from whom the message came from? If yes, how can they do that?
You should know it from sympa log file.
> 2) With this parameter is on, there is still a "X-Envelope-To" line in
> the e-mail header which shows the sender's e-mail address; this is not
> good for an anonymous message. (In my config file I have "send
> privateorpublickey" -- maybe this has something to do with it!?)
> How can I get rid of this line? Is it necessary? What is it doing?
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);
}
--
Olivier Salaün
Comité Réseau des Universités
-
anonymous_sender,
Claus Atzenbeck, 05/29/2001
-
Re: [sympa-users] anonymous_sender,
Olivier Salaun, 05/29/2001
- Re: [sympa-users] anonymous_sender, Claus Atzenbeck, 05/29/2001
-
Re: [sympa-users] anonymous_sender,
Olivier Salaun, 05/29/2001
Archive powered by MHonArc 2.6.19+.