This project is mirrored from https://github.com/sympa-community/sympa.git.
Pull mirroring updated .
- 07 May, 2019 3 commits
-
-
IKEDA Soji authored
Fix #31 — Fix order of list’s config params
-
IKEDA Soji authored
Additional fix to #593
-
IKEDA Soji authored
Add sympa.conf-dist
-
- 26 Apr, 2019 1 commit
-
-
Luc Didry authored
-
- 25 Apr, 2019 2 commits
-
-
Luc Didry authored
-
IKEDA Soji authored
Fixed by opening aliases file as Sympa::LockedFile instance. Note: To keep exclusive processing by file lock effective, file won't be closed (unlocked) before newaliases will be finised.
-
- 23 Apr, 2019 1 commit
-
-
Luc Didry authored
-
- 18 Apr, 2019 1 commit
-
-
IKEDA Soji authored
Sympa::Aliases::Template creates exclusive lock on local storage
-
- 14 Apr, 2019 4 commits
-
-
IKEDA Soji authored
Additional changes to: Salaun urennes1/fix scenario name with dots (#589)
-
IKEDA Soji authored
Sympa::Scenario::new() was unable to load scenario filename including dots
-
IKEDA Soji authored
PR#582 addition 1
-
IKEDA Soji authored
Fix tt2 indentation
-
- 13 Apr, 2019 5 commits
-
-
IKEDA Soji authored
Note: Message catalog should be tweaked.
-
IKEDA Soji authored
Note: Message catalog should be tweaked.
-
IKEDA Soji authored
dkim_sign: Normalize CRLF->LF for DKIM-Signature
-
IKEDA Soji authored
ARC: Comment in Authentication-Results field prevents check on srvid (See #575)
-
-
- 12 Apr, 2019 2 commits
- 11 Apr, 2019 1 commit
-
-
IKEDA Soji authored
This behavior is useless when aliases file is shared by multiple hosts with network drive. Fixed by creating lock at the same place as aliases file.
-
- 10 Apr, 2019 2 commits
-
-
IKEDA Soji authored
Slight change in list admins cache expiry.
-
Luc Didry authored
-
- 09 Apr, 2019 1 commit
-
-
IKEDA Soji authored
-
- 08 Apr, 2019 1 commit
-
-
Olivier Salaün authored
Sympa::Scenario::new() was unable to load scenario filename including dots. Example: visibility.igr.univ-rennes1.fr
-
- 07 Apr, 2019 1 commit
-
-
IKEDA Soji authored
-
- 06 Apr, 2019 3 commits
-
-
David Verdin authored
Fix #548 — Add DB log entry when message is rejected or distributed via email
-
IKEDA Soji authored
-
Zenon Mousmoulas authored
Mail::DKIM::Signer wraps DKIM-Signature with with \r\n\t; this is the hardcoded Separator passed to Mail::DKIM::TextWrap via Mail::DKIM::KeyValueList. MIME::Tools on the other hand (MIME::Head::stringify() in particular) encode EOL as plain \n; it is thus necessary to normalize CRLF->LF for DKIM-Signature to avoid confusing the mail agent.
-
- 05 Apr, 2019 2 commits
-
-
Luc Didry authored
-
IKEDA Soji authored
Fixed by parsing the field according to standards.
-
- 03 Apr, 2019 1 commit
-
-
VERDIN David authored
When changing a list's admin two times in the same second, the list admins cache is not updated. Consequently, when trying to add a third admin in the same second, the second one is not in the cache at the time. Obviously it does not sound like a recurrent scenario and I met this problem when running a test file only. However, it is possible that this happens more often when trying to make batch modifications in the shell. And also, it made my test fail which is an engineering problem: it could be misguiding about the cause of a test failure. So I changed the expiration test, replacing "<" by "<=" and it solves the problem. I don't see any side problem that could result from this change bu I commit it separately anyway because the cache is very sensitive.
-
- 02 Apr, 2019 2 commits
-
-
IKEDA Soji authored
Upgrade: A typo breaks configuration (#578)
-
IKEDA Soji authored
WWSympa: TLS client authentication: Get email from certificate according to S/MIME
-
- 30 Mar, 2019 1 commit
-
-
IKEDA Soji authored
-
- 22 Mar, 2019 2 commits
-
-
Luc Didry authored
-
Luc Didry authored
- 4 spaces indentation - Indent on HTML tags AND on TT2 stuff ([% IF … %]) - Avoid HTML or TT2 oneliners like: ``` [% IF top_menu %]…[% END %] <div class="displayNone"><a href="#top">Top of Page</a></div> ``` - When a tag has too many attributes to be on one line, indent the attributes at the same level than the first one: ``` <label class="foo" id="bar"> Baz </label> ```
-
- 21 Mar, 2019 1 commit
-
-
IKEDA Soji authored
WWSympa: TLS client authentication: Now it gets rfc822Name in X.509v3 subjectAltName, otherwise emailAddress attribute in subject DN (the first one of either). Note: Earlier efforts getting attribute such as MAIL, Email in subject DN are no longer supported.
-
- 20 Mar, 2019 2 commits
-
-
Sympa authors authored
-
Sympa authors authored
-
- 17 Mar, 2019 1 commit
-
-
Sympa authors authored
-