This project is mirrored from https://github.com/sympa-community/sympa.git.
Pull mirroring updated .
- 20 May, 2008 1 commit
-
-
serge.aumont authored
git-svn-id: https://subversion.renater.fr/sympa/trunk@5002 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 09 Jan, 2008 1 commit
-
-
david.verdin authored
git-svn-id: https://subversion.renater.fr/sympa/trunk@4795 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 14 Dec, 2007 2 commits
-
-
olivier.salaun authored
[#1085] Fix: standardized the way to refer to a list name in message_report.tt2 and listmaster_notification.tt2. The standard way is [% list.name %] git-svn-id: https://subversion.renater.fr/sympa/trunk@4763 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
david.verdin authored
[#3272][Reported by M. Anderson, riseup.net] Fix: In some cases still to elucidate, the "verp_rate" parameter trailing percent sign disappears before being use. This would mak sympa crash. We now return undef if this parameter hasn't the right structure. git-svn-id: https://subversion.renater.fr/sympa/trunk@4758 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 11 Dec, 2007 2 commits
-
-
david.verdin authored
Change: When a problem occurs while handling a bounce, the message is saved to a "spool/bounce/bad" directory. git-svn-id: https://subversion.renater.fr/sympa/trunk@4741 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
david.verdin authored
Change: Sympa now copie any message whose archiving failed into the "spool/outgoin/bad" directory (and notify listmaster). git-svn-id: https://subversion.renater.fr/sympa/trunk@4739 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 10 Dec, 2007 1 commit
-
-
david.verdin authored
[#3388] Change: If archived.pl can't create the list archive directory when archiving the first message, a notification is set to the listmaster, and the message is saved to spool/outgoing/bad. git-svn-id: https://subversion.renater.fr/sympa/trunk@4738 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 23 Feb, 2007 1 commit
-
-
olivier.salaun authored
Fix: sympa.pl processes dedicated to message distribution or automatic list creation would not remove their pid file properly git-svn-id: https://subversion.renater.fr/sympa/trunk@4178 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 05 Feb, 2007 1 commit
-
-
olivier.salaun authored
Also made the templates structure simpler git-svn-id: https://subversion.renater.fr/sympa/trunk@4150 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 29 Jan, 2007 1 commit
-
-
olivier.salaun authored
next process started will detect the failure and send a notice to listmaster. git-svn-id: https://subversion.renater.fr/sympa/trunk@4142 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 23 Nov, 2006 1 commit
-
-
olivier.salaun authored
git-svn-id: https://subversion.renater.fr/sympa/trunk@4040 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 22 Nov, 2006 1 commit
-
-
olivier.salaun authored
We now use the charsets defined in Language.pm instead. We now use [% charset %] in mail_tt2 files and &Language::GetCharset() in the code These changes will make it easier to mode all PO files to UTF-8 git-svn-id: https://subversion.renater.fr/sympa/trunk@4032 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 06 Nov, 2006 1 commit
-
-
sympa-authors authored
Unicode strings. At least MIME::Parser::parse_data() and Template::proccess(): these methods occationalily break strings containing Unicode characters. My mail_utf8 patch expects the behavior as following --- Sub-messages to be attached (into digests, moderation notices etc.) will passed to mail::reformat_message() separately then attached to reformatted parent message again. As a result, sub-messages won't be broken. Since they won't cause mixture of Unicode string (parent message generated by tt2::parse_tt2()) and byte string (sub-messages). Note: For compatibility with old style, data passed to mail::reformat_message() already includes sub-message(s). Then: - When a part has an `X-Sympa-Attach:' header field for internal use, new style, mail::reformat_message() attaches raw sub-message to reformatted parent message again; - When a part doesn't have any `X-Sympa-Attach:' header fields, sub-messages generated by [% INSERT %] directive(s) in the template will be used. See src/mail.pm hunk #4. More Note: Latter behavior above will give expected result only if contents of sub-messages are US-ASCII or ISO-8859-1. In other cases customized templates (if any) should be modified so that they have appropriate `X-Sympa-Attach:' header fileds. Sub-messages are gathered from template context paramenters. See src/mail.pm hunk #1. Other trivial fixes: mail_tt2/listmaster_notification.tt2 hunk #1 mail_tt2/request_auth.tt2 src/Commands.pm: informations of list in INFO message will be translated. src/mail.pm hunk #5: fallback to UTF-8 when locale of user was not same as that of list. git-svn-id: https://subversion.renater.fr/sympa/trunk@4007 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 02 Nov, 2006 1 commit
-
-
sympa-authors authored
- TeX file: Some non-ASCII charcters and a few typos are fixed. - Templates: Some mail headers won't be encoded. Translatable items are added. git-svn-id: https://subversion.renater.fr/sympa/trunk@3985 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 27 Oct, 2006 1 commit
-
-
olivier.salaun authored
Work is half-done. git-svn-id: https://subversion.renater.fr/sympa/trunk@3980 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 19 Oct, 2006 1 commit
-
-
sympa-authors authored
git-svn-id: https://subversion.renater.fr/sympa/trunk@3968 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 06 Sep, 2006 1 commit
-
-
sympa-authors authored
git-svn-id: https://subversion.renater.fr/sympa/trunk@3880 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 11 Aug, 2006 1 commit
-
-
olivier.salaun authored
***** archives that can now mix different character sets within a single ***** web archive. Sympa now uses perl's I/O layer to encode/decode characters. ***** The web_recode_to parameter is now obsolete ; the new ***** filesystem_encoding parameter allows you defining how the configuration ***** files are encoded on disk. A new mhonarc-ressources.tt2 file is provided ***** and should replace any custom one. git-svn-id: https://subversion.renater.fr/sympa/trunk@3836 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 04 May, 2006 1 commit
-
-
sympa-authors authored
git-svn-id: https://subversion.renater.fr/sympa/trunk@3727 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 13 Apr, 2006 1 commit
-
-
sympa-authors authored
git-svn-id: https://subversion.renater.fr/sympa/trunk@3701 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 23 Mar, 2006 1 commit
-
-
sympa-authors authored
git-svn-id: https://subversion.renater.fr/sympa/trunk@3628 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 27 Jan, 2006 1 commit
-
-
sympa-authors authored
git-svn-id: https://subversion.renater.fr/sympa/trunk@3529 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 07 Oct, 2005 1 commit
-
-
sympa-authors authored
git-svn-id: https://subversion.renater.fr/sympa/trunk@3359 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 09 Aug, 2005 1 commit
-
-
sympa-authors authored
New features : * Message topics : List members can subscribe to one or more predefined message topics. They will only recieve those messages that have the appropriate tag. tagging can be performed by the message sender, moderators or in an automatic way. * Redesigned the message distribution subroutines. The new organization is described in a new section of the reference manual entitled "Internals" * Reorganisation of error reports (mail and web interface) to provide more precise error notification. git-svn-id: https://subversion.renater.fr/sympa/trunk@3262 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 13 Dec, 2004 1 commit
-
-
sympa-authors authored
git-svn-id: https://subversion.renater.fr/sympa/trunk@2668 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 09 Dec, 2004 1 commit
-
-
sympa-authors authored
git-svn-id: https://subversion.renater.fr/sympa/trunk@2647 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 26 Oct, 2004 1 commit
-
-
sympa-authors authored
git-svn-id: https://subversion.renater.fr/sympa/trunk@2610 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 25 Oct, 2004 2 commits
-
-
sympa-authors authored
git-svn-id: https://subversion.renater.fr/sympa/trunk@2605 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sympa-authors authored
git-svn-id: https://subversion.renater.fr/sympa/trunk@2602 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 15 Oct, 2004 1 commit
-
-
sympa-authors authored
git-svn-id: https://subversion.renater.fr/sympa/trunk@2600 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 12 Oct, 2004 1 commit
-
-
sympa-authors authored
[G.Bouteille]New feature: owners and moderators can be extracted from an external datasource. Data sources are gathered in a new 'data_sources' directory. Sympa manages a cache of data in a new 'admin_table' database table. git-svn-id: https://subversion.renater.fr/sympa/trunk@2589 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 12 Aug, 2004 1 commit
-
-
sympa-authors authored
git-svn-id: https://subversion.renater.fr/sympa/trunk@2506 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 09 Aug, 2004 1 commit
-
-
sympa-authors authored
git-svn-id: https://subversion.renater.fr/sympa/trunk@2491 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 06 Aug, 2004 2 commits
-
-
sympa-authors authored
git-svn-id: https://subversion.renater.fr/sympa/trunk@2484 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sympa-authors authored
git-svn-id: https://subversion.renater.fr/sympa/trunk@2483 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 25 May, 2004 1 commit
-
-
salaun authored
git-svn-id: https://subversion.renater.fr/sympa/trunk@2358 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 14 May, 2004 1 commit
-
-
salaun authored
git-svn-id: https://subversion.renater.fr/sympa/trunk@2343 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 07 May, 2004 1 commit
-
-
salaun authored
git-svn-id: https://subversion.renater.fr/sympa/trunk@2320 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 05 May, 2004 1 commit
-
-
salaun authored
git-svn-id: https://subversion.renater.fr/sympa/trunk@2291 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-