- 27 May, 2019 1 commit
-
-
Luc Didry authored
-
- 24 May, 2019 2 commits
-
-
Luc Didry authored
This allows to make web archives public without fearing to leak users email addresses.
-
IKEDA Soji authored
Prevent unnecessary DB access in add_list_member
-
- 21 May, 2019 5 commits
-
-
Sympa authors authored
-
IKEDA Soji authored
-
IKEDA Soji authored
-
Sympa authors authored
-
Sympa authors authored
-
- 16 May, 2019 1 commit
-
-
seblgr authored
In add_list_member the value $current_list_members_count is discarded if max_list_member == 0 (default setting). This prevents the "high db load" produced by the successive DB accesses.
-
- 13 May, 2019 1 commit
-
-
IKEDA Soji authored
Fix typo in bounced POD and improve wording.
-
- 11 May, 2019 2 commits
-
-
Stefan Hornburg (Racke) authored
-
Stefan Hornburg (Racke) authored
-
- 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.
-