This project is mirrored from https://github.com/sympa-community/sympa.git.
Pull mirroring updated .
- 14 Jan, 2010 1 commit
-
-
david.verdin authored
git-svn-id: https://subversion.renater.fr/sympa/trunk@6340 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 08 Jan, 2010 2 commits
-
-
olivier.salaun authored
git-svn-id: https://subversion.renater.fr/sympa/trunk@6332 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
david.verdin authored
git-svn-id: https://subversion.renater.fr/sympa/trunk@6331 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 07 Jan, 2010 4 commits
-
-
olivier.salaun authored
[-change] prevent encoded shared filenames from being split (folded). Now using the MaxLineLen option. git-svn-id: https://subversion.renater.fr/sympa/trunk@6329 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
david.verdin authored
[bug][Submùitted by F. Lachapelle, Inverse] If the db_type is set to Oracle and db_port is specified in the main configuration file, than the port would appear two times in the connection string. Fixed by removing useless isolated port insertion in the connect string, as it is done for any connection in a central place. git-svn-id: https://subversion.renater.fr/sympa/trunk@6326 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
olivier.salaun authored
[bug][reported by F.Fareneau, univ Valenciennes] shared documents/folders names were badly encoded while using Encode >= 2.19. The issue was related to a low level subroutine (Encode::MIME::Header::_encode_q()) that slightly changed its API (expecting unicode instead of bytes parameter). Now using MIME::EncWords::encode_mimewords() instead. git-svn-id: https://subversion.renater.fr/sympa/trunk@6325 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
olivier.salaun authored
[bug][#6552] [Soji IKEDA] Wwsympa would stall while loading session data including metacharacters. Existing code (tools::string_2_hash()) would loop on a regular expression match. Patch also escapes ``"'' characters. git-svn-id: https://subversion.renater.fr/sympa/trunk@6323 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 23 Dec, 2009 2 commits
-
-
olivier.salaun authored
git-svn-id: https://subversion.renater.fr/sympa/trunk@6320 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
olivier.salaun authored
[#1049][feature] Added the log level to log entries. It should be easier to detect errors versus debug in the logs git-svn-id: https://subversion.renater.fr/sympa/trunk@6319 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 22 Dec, 2009 1 commit
-
-
olivier.salaun authored
git-svn-id: https://subversion.renater.fr/sympa/trunk@6318 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 21 Dec, 2009 1 commit
-
-
olivier.salaun authored
Added a new feature to sympa.pl : sympa.pl --rename_list=listname\@dom --new_listname=newlistname --newrobot=newrobot git-svn-id: https://subversion.renater.fr/sympa/trunk@6317 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 20 Nov, 2009 1 commit
-
-
david.verdin authored
[bug][Submitted by H. Moa] Some message could cause a sympa.pl crash. Fixed by embedding the dangerous part of the code in an eval statement. git-svn-id: https://subversion.renater.fr/sympa/trunk@6302 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 09 Nov, 2009 1 commit
-
-
david.verdin authored
[bug] Users received the same message multiple times. This was due to a problem in the VERP provisionning. When filling the array containing the users for which VERP will be used, Sympa add to sources of users : a certain rate of all the users and all the users that have a high bounce rate already. for each reception mode, Sympa provisions VERP users this way. the problem was the following: for each reception mode, Sympa used the list of users using the default distribution mode instead of the list of users using the specific distribution mode currently treated. this lead to the addition, to the list of bouncing users of each reception mode, the list of users selected to receive the message in VERP for normal reception mode instead of the high bouncers for this reception mode. fixed by using an aray variable regarding the kind of reception mode currently treated. git-svn-id: https://subversion.renater.fr/sympa/trunk@6300 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 06 Nov, 2009 4 commits
-
-
david.verdin authored
git-svn-id: https://subversion.renater.fr/sympa/trunk@6297 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
david.verdin authored
git-svn-id: https://subversion.renater.fr/sympa/trunk@6296 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
david.verdin authored
git-svn-id: https://subversion.renater.fr/sympa/trunk@6295 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
david.verdin authored
- messageid_bulkspool in bulkspool_table - messageid_bulkmailer in bulkmailer_table These fields both contain the value of the "Message-ID" SMTP header for each message -or packet - to be sent. This allows more reliable logs about the treatment of messages all along the distribution chain. git-svn-id: https://subversion.renater.fr/sympa/trunk@6294 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 05 Nov, 2009 1 commit
-
-
david.verdin authored
[bug] When parsing a message to merge or verifying DKIM signature, a MIME::Parser object was created and the message parsed into a MIME::Entity. The output of the parser was not set to core, so it used its default: the filesystem. It led to the creation of a lots of files in the expl directory, that were never removed. Fixed by adding the line : $parser->output_to_core(1); after the call: my $parser = new MIME::Parser; git-svn-id: https://subversion.renater.fr/sympa/trunk@6293 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 04 Nov, 2009 1 commit
-
-
david.verdin authored
[bug] bulk.pl exited when it could not remove the packet it had juste sent. It now only issue an error messge in the logs. git-svn-id: https://subversion.renater.fr/sympa/trunk@6292 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 27 Oct, 2009 2 commits
-
-
david.verdin authored
[bug] Urlize messages charset was nor properly set. Consequently, bulk crashed when trying to merge the message. In addition, a faulty var name caused Sympa to try to send the originla message instead of the urlized message. git-svn-id: https://subversion.renater.fr/sympa/trunk@6291 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
david.verdin authored
git-svn-id: https://subversion.renater.fr/sympa/trunk@6290 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 26 Oct, 2009 1 commit
-
-
david.verdin authored
git-svn-id: https://subversion.renater.fr/sympa/trunk@6288 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 09 Oct, 2009 1 commit
-
-
olivier.salaun authored
[-change] adding more information to the authorization reject message ; user might be subscribed with a different email address git-svn-id: https://subversion.renater.fr/sympa/trunk@6273 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 08 Oct, 2009 1 commit
-
-
olivier.salaun authored
[bug] fixed bug introduced in revision 6187. Sympa.pl would send empty command reports with a "Failed to parse command_report.tt2 : Template::Exception" error in its log file git-svn-id: https://subversion.renater.fr/sympa/trunk@6271 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 06 Oct, 2009 1 commit
-
-
olivier.salaun authored
git-svn-id: https://subversion.renater.fr/sympa/trunk@6270 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 05 Oct, 2009 1 commit
-
-
olivier.salaun authored
git-svn-id: https://subversion.renater.fr/sympa/trunk@6269 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 02 Oct, 2009 4 commits
-
-
olivier.salaun authored
git-svn-id: https://subversion.renater.fr/sympa/trunk@6268 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
serge.aumont authored
git-svn-id: https://subversion.renater.fr/sympa/trunk@6267 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
serge.aumont authored
git-svn-id: https://subversion.renater.fr/sympa/trunk@6266 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
serge.aumont authored
git-svn-id: https://subversion.renater.fr/sympa/trunk@6265 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 01 Oct, 2009 7 commits
-
-
david.verdin authored
git-svn-id: https://subversion.renater.fr/sympa/trunk@6264 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
serge.aumont authored
git-svn-id: https://subversion.renater.fr/sympa/trunk@6262 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
serge.aumont authored
git-svn-id: https://subversion.renater.fr/sympa/trunk@6261 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
david.verdin authored
git-svn-id: https://subversion.renater.fr/sympa/trunk@6260 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
david.verdin authored
git-svn-id: https://subversion.renater.fr/sympa/trunk@6259 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
david.verdin authored
git-svn-id: https://subversion.renater.fr/sympa/trunk@6258 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
david.verdin authored
git-svn-id: https://subversion.renater.fr/sympa/trunk@6257 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 30 Sep, 2009 3 commits
-
-
david.verdin authored
git-svn-id: https://subversion.renater.fr/sympa/trunk@6253 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
david.verdin authored
[feature] Restoring the export and clean-po Makefile directives. This is mandatory to maintaint the several translations of Sympa, though it never needs to be used by Sympa users. git-svn-id: https://subversion.renater.fr/sympa/trunk@6252 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
david.verdin authored
-Cette ligne, et les suivantes ci-dessous, seront ignorées-- M po/ar.po M po/bg.po M po/br.po M po/ca.po M po/cs.po M po/de.po M po/el.po M po/en_US.po M po/es.po M po/et.po M po/eu.po M po/fi.po M po/fr.po M po/hu.po M po/id.po M po/it.po M po/ja.po M po/ko.po M po/ml.po M po/nb_NO.po M po/nl.po M po/oc.po M po/pl.po M po/pt_BR.po M po/pt.po M po/ro.po M po/ru.po M po/sv.po M po/sympa.pot M po/tr.po M po/vi.po M po/zh_CN.po M po/zh_TW.po M po-wwsympa/ar.po M po-wwsympa/bg.po M po-wwsympa/br.po M po-wwsympa/cs.po M po-wwsympa/de.po M po-wwsympa/el.po M po-wwsympa/en_US.po M po-wwsympa/es.po M po-wwsympa/et.po M po-wwsympa/eu.po M po-wwsympa/fi.po M po-wwsympa/fr.po M po-wwsympa/hu.po M po-wwsympa/id.po M po-wwsympa/it.po M po-wwsympa/ja.po M po-wwsympa/nb_NO.po M po-wwsympa/nl.po M po-wwsympa/oc.po M po-wwsympa/pl.po M po-wwsympa/pt_BR.po M po-wwsympa/pt.po M po-wwsympa/ro.po M po-wwsympa/ru.po M po-wwsympa/sv.po M po-wwsympa/tr.po M po-wwsympa/vi.po M po-wwsympa/web_help.pot M po-wwsympa/zh_CN.po git-svn-id: https://subversion.renater.fr/sympa/trunk@6251 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-