Subject: The mailing list for listmasters using Sympa
List archive
- From: address@concealed
- To: Thomas Berry <address@concealed>
- Cc: address@concealed
- Subject: [sympa-users] Re: Re: distribution date stamp
- Date: Tue, 13 Feb 2007 08:06:50 +0100
Thomas Berry wrote:
True. It would be easy to add this parameter in list config with a default inherited from sympa.conf but isn't it to much for list owners ? But, it does appear that removing the Date header has the desired affect--the message's date header is changed to the time of distribution (Note: the archived message will still reflect the original Date: stamp).Ok, that's normal because sendmail add a Date if ths header is missing so the effet is the one you describe. Yes, headers are unchanged in archive. I checked the code and verify that message is archived before headers are removed. I can't figure if this is a feature aor a bug. It may be very important to archive message in a unchanged format. If you want to change it, it is very easy to do it : edit List.pm search for the following code and move the red part after the green one. Message archived will be transformed but they will not include a date if date is removed . ## Archives my $msgtostore = $message->{'msg'}; if (($message->{'smime_crypted'} eq 'smime_crypted') && ($self->{admin}{archive_crypted_msg} eq 'original')) { $msgtostore = $message->{'orig_msg'}; } $self->archive_msg($msgtostore); ## Change the reply-to header if necessary. if ($self->{'admin'}{'reply_to_header'}) { ........ } ## Remove unwanted headers if present. if ($Conf{'remove_headers'}) { foreach my $field (@{$Conf{'remove_headers'}}) { $hdr->delete($field); } }
|
-
[sympa-users] distribution date stamp,
Thomas Berry, 02/12/2007
-
[sympa-users] Re: distribution date stamp,
Thomas Berry, 02/12/2007
-
[sympa-users] Re: Re: distribution date stamp,
serge . aumont, 02/13/2007
-
[sympa-users] Re: Re: distribution date stamp,
Thomas Berry, 02/13/2007
- [sympa-users] Re: Re: Re: distribution date stamp, serge . aumont, 02/14/2007
-
[sympa-users] Re: Re: distribution date stamp,
Thomas Berry, 02/13/2007
-
[sympa-users] Re: Re: distribution date stamp,
serge . aumont, 02/13/2007
-
[sympa-users] Re: distribution date stamp,
Thomas Berry, 02/12/2007
Archive powered by MHonArc 2.6.19+.