This project is mirrored from https://github.com/sympa-community/sympa.git.
Pull mirroring updated .
- 14 Apr, 2019 2 commits
-
-
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 1 commit
-
-
Luc Didry authored
-
- 10 Apr, 2019 2 commits
-
-
IKEDA Soji authored
Slight change in list admins cache expiry.
-
Luc Didry authored
-
- 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 4 commits
-
-
Sympa authors authored
-
Sympa authors authored
Updating source texts according to fixes on en_US catalog
-
IKEDA Soji authored
-
IKEDA Soji authored
Refactoring on mail templates
-
- 15 Mar, 2019 1 commit
-
-
IKEDA Soji authored
Reset WWSympa's session when SSO session refreshed (#560)
-
- 11 Mar, 2019 3 commits
-
-
IKEDA Soji authored
-
IKEDA Soji authored
- Use "[% string | loc %]" instead of "[%|loc%]string[%END%]". - Use a filter "mailbox".
-
IKEDA Soji authored
-
- 09 Mar, 2019 1 commit
-
-
Sympa authors authored
-
- 08 Mar, 2019 6 commits
-
-
Sympa authors authored
-
Sympa authors authored
-
IKEDA Soji authored
-
Sympa authors authored
Updating source texts according to fixes on en_US catalog
-
Sympa authors authored
-
IKEDA Soji authored
Refactor Sympa::Scenario (cf. #520)
-