This project is mirrored from https://github.com/sympa-community/sympa.git.
Pull mirroring updated .
- 10 Jun, 2015 3 commits
-
-
sympa-authors authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@12184 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sympa-authors authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@12183 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
david.verdin authored
[change][Submitted by O. Lumineau, RENATER] Improved web skin with responsive design and several skins bug fixes. You'll note that the Sympa top menu is back. For those of you who preferred the original Massey side menu, you can switch the menu position by simply editing the main.tt2 template. At the beginning, you'll see this: [% top_menu = 1 %]. Simply set this variable value to 0 and the menu will go back on the side and clear up the top window area. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@12182 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 29 May, 2015 1 commit
-
-
sympa-authors authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@12181 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 22 May, 2015 1 commit
-
-
sikeda authored
[change] (r12172) Move $sbindir/smtpc to $libexecdir/sympa_smtpc and restrict access permission only to sympa user. Below is revised commit log message. -------- [feature] [experimental] sympa_smtpc is the mail submission program aiming to be an alternative to sendmail(1) utility with smaller footprint (Note that this program needs SMTP/LMTP server relaying submitted messages). It also supports some SMTP extensions several clones of sendmail (and partly original one) have not been supported: - DSN extension - As of Sympa 6.2, message tracking feature requires it. - SMTPUTF8 extension - As of planned Sympa 7.0, email address internationalization (EAI) feature presumes it. To use sympa_smtpc as replacement of sendmail, add sympa.conf the lines: sendmail /path/to/sympa_smtpc sendmail_args --esmtp <host name of relaying server> or with LMTP server: sendmail /path/to/sympa_smtpc sendmail_args --lmtp <socket path of relaying server> git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@12180 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 19 May, 2015 3 commits
-
-
sikeda authored
ToDo: Sympa::List still uses SDM. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@12175 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
[feature] (addition to r12172) If you don't wish to install smtpc utility, use "--disable-smtpc" configure option. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@12174 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@12173 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 17 May, 2015 1 commit
-
-
sikeda authored
[feature] [experimental] "smtpc" is a command line utility aiming to be an alternative to sendmail(1) utility and its clones with smaller footprint. (Note that this utility needs SMTP/LMTP server realying submitted messages). It also supports some SMTP extensions several clones (and partly original one) have not been supported: - DSN extension - As of Sympa 6.2, message tracking feature requires it. - SMTPUTF8 extension - As of planned Sympa 7.0, email address internalization (eai) feature presumes it. To use smtpc as replacement of sendmail, add sympa.conf the lines: sendmail /path/to/smtpc sendmail_args --esmtp <host name of relaying server> or with LMTP server: sendmail /path/to/smtpc sendmail_args --lmtp <socket path of relaying server> git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@12172 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 16 May, 2015 1 commit
-
-
sikeda authored
Another bug on fc() feature was fixed in different manner: See r12082. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@12171 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 14 May, 2015 3 commits
-
-
sikeda authored
[bug] [Reported by R. Klorese, QueerNet] Despite that posts to the list are protected against DMARC aggressive policy, messages sent to owners or editors of the list are not. Now such messages will also be protected. More known bug: Messages sent to listmaster would also be protected. ToDo: Test. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@12170 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
[bug] If an inclusion setting (*.incl) is malformed, task_manager.pl running sync_include task crashes. Fixed by checking if *.incl file is successfully parsed. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@12169 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@12168 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 09 May, 2015 1 commit
-
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@12167 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 08 May, 2015 6 commits
-
-
sikeda authored
[dev] Author check: Apply themes to Perl::Critic to eliminate relatively unimprtant (or misleading) checks. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@12166 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@12165 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@12164 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@12163 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@12162 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
[dev] Sources of section 5 manual pages may be *.podin (simple replacement) or *.podpl (complex formatting using Perl). git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@12161 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 07 May, 2015 2 commits
-
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@12160 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
[-change] sympa.pdf is no longer bundled in source distribution: See Reference Manual on the web: <https://www.sympa.org/manual/>. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@12159 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 06 May, 2015 11 commits
-
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@12158 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
[-dev] Sympa::Template: "escape_xml" filter is equvalent of standard "xml" filter provided by Template-Toolkit. Obsolete it. Note that Template-Toolkit 2.21 or later is required. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@12157 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
[-bug] (r12154) Don't use $(mkdir_p) nor $(MKDIR_P): Former is obsoleted and latter seems not supported by automake prior to 1.10. Use "$(INSTALL) -d" instead. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@12156 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@12155 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@12154 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@12153 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@12152 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
[feature] Source tarball will be distributed with sympa.spec file. It provides alternative way to build Sympa software on platforms adopting RPM package management system. In place of "configure; make; make install", you can do: 1. rpmbuild -tb sympa-X.X.tar.gz 2. Install dependent packages. 3. rpm --install sympa-X.X-1.xxxx.rpm At once installation succeeded, you can upgrade it by doing: 1. rpmbuild -tb sympa-Y.Y.tar.gz 2. rpm --upgrade sympa-Y.Y-1.xxxx.rpm 3. sympa.pl --upgrade Note: - rpmbuild package has to be installed. - Dependent packages are not always provided on your platform. You might want to add appropriate third-party repositories. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@12151 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
[-change] Sympa/Constants.pm is no longer included in distribution. Sympa/Internals.pod will be included. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@12150 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
[bug] sympa.conf should be writable by sympa user and should not be world-readable. Because it may be edited via web interface, and it contains secure "cookie" parameter. This file generated by initial "make install" was owned by installing user (root) and was world readable. Fixed by make sympa_wizard.pl to set appropriate umask and makefile to set owner. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@12149 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@12148 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 04 May, 2015 4 commits
-
-
sikeda authored
[-change] sympa.spec: $libexecdir/sympa is solely used for queue programs, cgi programs and their setuid wrappers. Previously, $libexecdir was used for queue programs and execcgidir under $libdir was used for cgi. Recent FHS recommends to choose one of lib and libexec. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@12147 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@12146 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@12145 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@12144 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 03 May, 2015 3 commits
-
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@12143 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@12142 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@12141 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-