This project is mirrored from https://github.com/sympa-community/sympa.git.
Pull mirroring updated .
- 09 Jun, 2018 1 commit
-
-
David Verdin authored
-
- 06 Jun, 2018 1 commit
-
-
IKEDA Soji authored
-
- 24 May, 2018 1 commit
-
-
Luc Didry authored
- Add cpanfile, specifying dependencies for running the xt tests (authors tests, not installation tests)
-
- 28 Mar, 2018 1 commit
-
-
- 13 Mar, 2018 1 commit
-
-
Sympa authors authored
-
- 22 Feb, 2018 1 commit
-
-
IKEDA Soji authored
Now smtpc is there: https://github.com/ikedas/smtpc.git
-
- 20 Feb, 2018 1 commit
-
-
Xavier Bachelot authored
-
- 17 Feb, 2018 1 commit
-
-
IKEDA Soji authored
Sourcs checked out from repository lacks *.mo test files so that some tests in t/Language.t fails. Only "make dist" generated these files. Fixed by letting check-local rule depend on test files.
-
- 23 Dec, 2017 1 commit
-
-
IKEDA Soji authored
-
- 04 Oct, 2017 1 commit
-
-
IKEDA Soji authored
-
- 03 Oct, 2017 1 commit
-
-
IKEDA Soji authored
-
- 21 Sep, 2017 1 commit
-
-
IKEDA Soji authored
-
- 18 Sep, 2017 1 commit
-
-
Sympa authors authored
-
- 20 Aug, 2017 4 commits
-
-
IKEDA Soji authored
-
IKEDA Soji authored
[bug] "make install" did not create required spools and created spools that will be automatically created. - Fixed by creating only spools not always created automatically. - Changed mode of created spools (755 to 750).
-
IKEDA Soji authored
- Instead, it will be installed in $bindir.
-
IKEDA Soji authored
- Some platforms (at releast macOS) has only "/usr/bin/true".
-
- 20 Jun, 2017 2 commits
-
-
IKEDA Soji authored
-
IKEDA Soji authored
-
- 15 Jun, 2017 1 commit
-
-
Sympa authors authored
And updating copyright notice in lately changed sources.
-
- 26 May, 2017 1 commit
-
-
IKEDA Soji authored
-
- 01 Jan, 2017 1 commit
-
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@12973 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 01 Jan, 2016 1 commit
-
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@12612 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 10 Nov, 2015 1 commit
-
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@12500 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 14 Oct, 2015 1 commit
-
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@12432 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 04 Oct, 2015 1 commit
-
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@12405 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 03 Oct, 2015 1 commit
-
-
sikeda authored
[dev][Suggested by G. Desvernay, Ecole Centrale Marseille] POD syntax error may terminate build process. Ficed by making checking of POD syntax obliged at the time of "make dist". git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@12398 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 02 Oct, 2015 1 commit
-
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@12393 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 20 Jul, 2015 1 commit
-
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@12288 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 1 commit
-
-
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
-
- 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
-
- 08 May, 2015 1 commit
-
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@12165 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 06 May, 2015 2 commits
-
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@12154 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
-
- 04 May, 2015 1 commit
-
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@12145 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 29 Apr, 2015 1 commit
-
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@12117 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 19 Feb, 2015 1 commit
-
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@11968 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 17 Feb, 2015 1 commit
-
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@11965 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 16 Feb, 2015 1 commit
-
-
sikeda authored
[dev] Moved tests on PODs to xt/ for tests interested by authors. The tests under xt/ will be invoked by "make authorcheck". git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@11963 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-