This project is mirrored from https://github.com/sympa-community/sympa.git.
Pull mirroring updated .
- 03 Feb, 2020 1 commit
-
-
VERDIN David authored
Following suggestion by reviewer @ikedas: Replacing 'get()' by 'mime_attr()' and, therefore, a regular expression by 'eq'.
-
- 28 Jan, 2020 4 commits
-
-
VERDIN David authored
Including stub to libraries, so Constants.pm is found. Adding Sympa constants because most of them are needed when using Sympa libraries. Specifying the sources 'default' directory for 'DEFAULTDIR' constant to allow access to distributed templates.
-
VERDIN David authored
-
VERDIN David authored
- t/Message.t, - t/samples/ contains six different messages for testing urlize, - t/data/ now contains a test list configuration file.
-
VERDIN David authored
1- message text was treated as attachment and remained on the server as either "msg.0.bin" or "msg.0.txt" files. Fixed by testing the part type before urlizing it. 2- some special characters in message id led to the attachment to be considered missing by Sympa. I had to refactor the code a bit to allow urlizing of nested multiparts. The detail of urlization treatment is as follows: 1- any multipart/mixed message part will be analyzed to look for urlizable parts, 2- any mulitpart/related message part will be be analyzed to look for multiârt/mixed sub parts, 3- within the multipart/mixed parts, any text/* part whose "Content-Disposition" header is not "attachment" and has a correct Content-Type.charset value is kept untouched, 4- any other subpart is kept on the server an replaced by a download link.
-
- 09 Jan, 2020 5 commits
-
-
IKEDA Soji authored
Addition to #829
-
IKEDA Soji authored
-
IKEDA Soji authored
Deprecate filesystem_encoding parameter
-
IKEDA Soji authored
-
IKEDA Soji authored
Introduced Sympa::Tools::Text::slurp() to slurp text file applying Unicode sanitization and normalization. Note: Though Unicode::Normalize and Unicode::UTF8 are optional now, they would be mandatory in the future.
-
- 26 Dec, 2019 2 commits
-
-
Sympa authors authored
-
IKEDA Soji authored
Scenario fails with negative indices in [header->Field][n] (#831)
-
- 24 Dec, 2019 4 commits
-
-
IKEDA Soji authored
-
IKEDA Soji authored
-
IKEDA Soji authored
-
IKEDA Soji authored
Prevent the error on "Modification of non-creatable array value" by using "[header->Field][-1]" in scenarios.
-
- 22 Dec, 2019 1 commit
-
-
Sympa authors authored
-
- 19 Dec, 2019 2 commits
-
-
Sympa authors authored
-
IKEDA Soji authored
-
- 18 Dec, 2019 3 commits
-
-
IKEDA Soji authored
Rearrange .travis.yml
-
IKEDA Soji authored
-
IKEDA Soji authored
-
- 15 Dec, 2019 3 commits
-
-
Sympa authors authored
-
Sympa authors authored
-
IKEDA Soji authored
Fixing a bug injected by 83f6907e (6.2.45b.3). (#822)
-
- 13 Dec, 2019 2 commits
-
-
IKEDA Soji authored
-
IKEDA Soji authored
Fixes issue #820: sympa_msg.pl: Rejection reports were suppressed
-
- 10 Dec, 2019 1 commit
-
-
IKEDA Soji authored
Fixes #820: If a "reject" action in a scenario does not have "quiet" modifier, and the incoming message does not have spam flag, rejection notice will be sent back.
-
- 03 Dec, 2019 2 commits
-
-
Sympa authors authored
-
IKEDA Soji authored
-
- 02 Dec, 2019 1 commit
-
-
Sympa authors authored
-
- 01 Dec, 2019 3 commits
-
-
Sympa authors authored
-
IKEDA Soji authored
Family: Fixing bugs injected by #771 (#815)
-
IKEDA Soji authored
Fixing #813
-
- 30 Nov, 2019 1 commit
-
-
IKEDA Soji authored
-
- 29 Nov, 2019 2 commits
-
-
IKEDA Soji authored
Updating dependency Test::Pod
-
IKEDA Soji authored
Demote Sympa::List debug messages when invoking constructor and load method
-
- 28 Nov, 2019 3 commits
-
-
IKEDA Soji authored
-
IKEDA Soji authored
-
IKEDA Soji authored
-