This project is mirrored from https://github.com/sympa-community/sympa.git.
Pull mirroring updated .
- 15 Sep, 2014 2 commits
-
-
sikeda authored
[-change] send_confirm_to_editor(), send_confirm_to_sender(), reject_report_msg(), notice_report_msg(), send_report_cmd(): Set delivery dates of messages sent by robot the future date to ensure 1 second will be elapsed since last message, instead of inserting sleep(1). git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@11377 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
- If this field is Null, such row was stored by earlier release and it should be upgraded. TODO: Tool to upgrade packets by earlier release. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@11376 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 14 Sep, 2014 4 commits
-
-
sikeda authored
Additionally, update mime.types in distribution with that of current HEAD in trunk of Apache HTTP Server. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@11375 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@11374 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
- Now Sympa::Bulk::store() returns messagekey instead of "1" when it succeeded. - Return-Path of outbound messages will be taken from {envelope_sender} attribute of the message object. - Priority of them will be taken from {priority} item. - {date} item is used for delivery date. - use_bulk flag for Sympa::Mail::sending() was deprecated. Sympa::Bulk::store() would be called directly. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@11373 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@11372 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 13 Sep, 2014 2 commits
-
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@11371 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@11370 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 12 Sep, 2014 2 commits
-
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@11367 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@11363 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 10 Sep, 2014 2 commits
-
-
etiennemeleard authored
[-bug] Set soap server to map correct urn to handling module (was trying to load sympasoap.pm when using dynamic mode). git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@11358 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
[dev] (reverting r11302) Withdrawing the feature to check if decrypted messages can be encrypted or to send DSN. My misunderstanding. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@11357 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 09 Sep, 2014 1 commit
-
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@11355 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 08 Sep, 2014 4 commits
-
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@11354 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
[dev] Refactoring: tools::virus_infected() was moved to Sympa::Message::check_virus_infection() method. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@11353 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
- Now tools::_split_mail() simply walks around all leaves of MIME structure, decodes and dumps them. - MIME::Head::recommended_filename() of MIME-tools >= 5.501 can return Unicode value (with "utf8 flag" on). - Copyedit on virus_infected(). git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@11352 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@11351 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 07 Sep, 2014 1 commit
-
-
sikeda authored
- tools::as_singlepart() was moved to internal function Sympa::Message::_as_singlepart(). - New method Sympa::Message::get_plain_body() to get decoded content of plain/text part. - tools::decode_header() was renamed to Sympa::Message::get_decoded_header() and it became taking only Sympa::Message instance as argument. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@11350 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 06 Sep, 2014 3 commits
-
-
sikeda authored
[dev] X-Sympa-To: pseudo-header field is no longer used by spools (however, support for this field by Sympa::Message is kept because it may be used by bulk spool later). Anyway, this filed in incoming messages will be ignored. Side work: - Renamed List::send_to_editor() to send_confirm_to_editor(). - Renamed List::send_auth() to send_confirm_to_sender(). They would be moved to Pipeline package for incoming messages later. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@11349 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@11348 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
- authkey/modkey will be assigned when messages are held in auth/mod spools. - "smtp" method (scenario returns "editor" status) no longer needs modkey or one time ticket. - Attachmets in requests are no longer taken from files: tt2::allow_absolute_path() is no longer required. - Use auto-generated values for message IDs and boundaries of requests. Known bug: At once the message is held, confirmed/approved message won't be encrypted even if it was originally encrypted. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@11347 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 03 Sep, 2014 2 commits
-
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@11345 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@11344 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 02 Sep, 2014 2 commits
-
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@11343 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
[dev] Refactoring: Merging Sympa::CookieLib to Sympa::Session, and deprecating some unused functions. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@11342 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 01 Sep, 2014 2 commits
-
-
sikeda authored
[dev] Refactoring: Deprecating a few functions in Sympa::Tools::File which are used only once by each. As a side work, Sympa::Message::new_from_template() no longer takes empty string ("") as $tpl parameter. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@11340 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
[-dev] tools::adate() is used only once, and there may be no problem replacing with POSIX::strftime(). git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@11339 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 31 Aug, 2014 2 commits
-
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@11338 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
Exception: tools::save_to_bad() is kept. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@11337 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 30 Aug, 2014 1 commit
-
-
sikeda authored
- Sympa::Alarm::flush() to flush or purge the spool was separated from send_notify_to_listmaster(). - send_notify_to_listmaster() now takes context (site ('*'), robot, List) as the first argument. - As a side work, mail_tt2/automatic_bounce_management.tt2 was separated from listmaster_notification.tt2 and listowner_notification.tt2. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@11336 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 24 Aug, 2014 2 commits
-
-
sikeda authored
Now send_file() was moved to tools.pm and will take list OR robot as parameter. Exception is new method send_probe_to_user() to send welcome and remind messages using VERP. As a side work, {shelved}{tracking} attribute of messages can be "w" or "r" by which bulk.pl generates VERP sender of messages stored by send_probe_to_user(). git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@11332 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
- add.authdkim - add.ownerdkim - del.authdkim - del.ownerdkim - remind.listmasterdkim - remind.ownerdkim - send.editordkim - subscribe.authdkim - subscribe.auth_notifydkim - subscribe.auth_ownerdkim - unsubscribe.authdkim - unsubscribe.auth_notifydkim git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@11331 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 23 Aug, 2014 1 commit
-
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@11330 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 21 Aug, 2014 1 commit
-
-
sikeda authored
- Subject was not encoded. - Newsletter: "text/plain" header was added. - Plain text: charset was fixed to utf-8. Known bug not yet fixed: UTF-8 is assumed for the source of newsletter: If they encoded by other charset, content will be broken. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@11329 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 19 Aug, 2014 2 commits
-
-
sikeda authored
[bug] When dkim_add_signature_to parameter contains "list", DKIM signature won't be added. A typo has been corrected. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@11327 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@11326 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 18 Aug, 2014 2 commits
-
-
sikeda authored
[change] Now messages sent via WWSympa will be stored in bulk spool, directly if they are outbound messages. On earlier releases outbound messages were injected in msg spool with special checksum. A program upgrade_send_spool.pl to migrate messages with old format is proveded. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@11325 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@11324 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 17 Aug, 2014 2 commits
-
-
sikeda authored
[dev] Refactoring: Commands sent via WWSympa are injected in msg spool with "md5" authentication level, by setting {md5_check} attribute as true. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@11323 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@11322 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-