On Fri, 25 Jun 2010 16:14:21 +0200 "Stefan Hornburg (Racke)" <[email protected]> wrote:
> On 06/25/2010 04:02 PM, Paweł Tęcza wrote: > > Package: sympa > > Version: 6.0.1+dfsg-2 > > Severity: important > > > > Hello again, > > > > I've found yet another bug in your Sympa 6.0.1+dfsg-2 package from > > Debian testing. It seems that package upgrade overwrites current > > Sympa configuration on a server. Fortunately I have a server backup > > and I didn't lost a content of my /etc/sympa/sympa.conf and > > /etc/sympa/wwsympa.conf files... > > These files are not conffiles and are rewritten on upgrades. Current > settings should be honoured unless they affect path settings etc. > > So please give a detailed report what went wrong. Hi Stefan, At first, thanks a lot for your fast reply! :) Below is diff between my sympa.conf for old and stable Sympa 5.3.4-6.1 and new and testing Sympa 6.0.1+dfsg-2: --- 5.3.4-6.1/sympa.conf 2010-06-24 16:54:55.000000000 +0200 +++ 6.0.1+dfsg-2/sympa.conf 2010-06-25 15:32:57.000000000 +0200 @@ -160,7 +160,7 @@ ###\\\\ Web interface ////### ## Sympa's main page URL -wwsympa_url http://lista.uw.edu.pl/sympa +wwsympa_url http://lista.uw.edu.pl/wws ## SOAP service URL soap_url http://lista.uw.edu.pl/sympasoap @@ -170,4 +170,6 @@ db_passwd sympa db_user sympa -db_host localhost +# db_host localhost +bounce_warn_rate 30 +bounce_halt_rate 50 As you can see above the changes are rather minor... But here is diff between my sympa.conf for testing Sympa 6.0.1+dfsg-2 and rebuilt Sympa 6.0.1+dfsg-2 with added by me missing .mo files (see my previous bug report #587096): --- 6.0.1+dfsg-2/sympa.conf 2010-06-25 15:25:19.000000000 +0200 +++ 6.0.1+dfsg-2~ptecza1/sympa.conf 2010-06-25 15:32:51.000000000 +0200 @@ -49,7 +49,7 @@ ###\\\\ General definition ////### ## Main robot hostname -domain lista.uw.edu.pl +domain lists.gpa.net.icm.edu.pl ## Listmasters email list comma separated ## Sympa will associate listmaster privileges to these email addresses (mail and web interfaces). Some error reports may also be sent to these addresses. @@ -60,7 +60,7 @@ email sympa ## Default lang (cs | de | el | en_US | fr | hu | it | ja_JP | nl | oc | pt_BR | tr) -lang pl +lang en_US ## Who is able to create lists ## This parameter is a scenario, check sympa documentation about scenarios if you want to define one Here the changes are bigger. Package upgrade broke my locale settings. Also it changed my domain. lists.gpa.net.icm.edu.pl is my old and unused domain. Now I use only lista.uw.edu.pl domain. Cheers, Pawel -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

