Skip to Content.
Sympa Menu

en - Re: [sympa-users] Issue with Global remove_outgoing_headers option

Subject: The mailing list for listmasters using Sympa

List archive

Chronological Thread  
  • From: "Rynhart, Patrick" <address@concealed>
  • To: Matt Taggart <address@concealed>
  • Cc: address@concealed
  • Subject: Re: [sympa-users] Issue with Global remove_outgoing_headers option
  • Date: Tue, 21 May 2013 11:11:51 +1200

On 21/05/13 10:54, Matt Taggart wrote:
address@concealed writes:
We are wanting to strip Sender from the SMTP headers of outbound mail for all
lists on our Sympa server. I am able to successfully achieve this on a per-
list basis by adding the following line to the lists config file:

remove_outgoing_headers Sender
You might consider doing it at the MTA level instead. sympa will still put
a copy in the archive before that, but I don't think Sender is recorded in
the archive.
Thanks for the suggestion, but it seems as though Sympa can do what I want. (I can see that it works on a per-list basis.) I think I've found what the issue is, for if I comment:

cache_list_config binary_file

in my sympa.conf file, then I get the desired behaviour.

When you edit on a per-list basis (via the WebUI) the config.bin file is refreshed. Evidently, this doesn't happen when you edit site / system-wide values in sympa.conf

Perhaps Sympa needs to check if it needs to rebuild the individual config.bin files ?

I think what I need to do, stop Sympa services, kill off all my config.bin files (via a find with xargs rm -f), and then startup.





Archive powered by MHonArc 2.6.19+.

Top of Page