This project is mirrored from https://github.com/sympa-community/sympa.git.
Pull mirroring updated .
- 08 Mar, 2015 1 commit
-
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@12038 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 02 Jan, 2015 1 commit
-
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@11797 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 11 Oct, 2014 1 commit
-
-
sikeda authored
Changes not yet merged look to need big refactoring. Exception: Sympa::Mailer is the singleton class: global variables are not used. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@11549 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 31 Aug, 2014 1 commit
-
-
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 1 commit
-
-
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
-
- 16 Aug, 2014 1 commit
-
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@11317 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 13 Aug, 2014 1 commit
-
-
sikeda authored
- $message->{shelved}{smime_sign} & $message->{shelved}{smime_encrypt} attributes are set to indicate signing/encryption are required. - Messages are checked if encryption is possible on all recipients before they are stored into bulk spool. - As a side effect, messages sent by robots will be signed if keys are available. Known issue: This feature won't be applied to the messages stored into bulk spool before upgrading. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@11296 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 12 Aug, 2014 1 commit
-
-
sikeda authored
- $message->{shelved}{tracking} attribute is set to indicate tracking is required. Possible values are "verp", "dsn", "mdn" and "dsn+mdn". - As a result, verp_bulkmailer and tracking_bulkmailer columns are no longer used. ToDo: Migration of {shelved}{tracking} attributes during upgrade. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@11295 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 10 Aug, 2014 2 commits
-
-
sikeda authored
[dev] Refactoring: Now DKIM parameters are retrieved by bulk.pl: they need not be stored into bulkspool table. - $message->{shelved} attribute is set to indicate DKIM signing is required, instead of passing DKIM parameters. - As a result, dkim_*_bulkspool columns are no longer used. ToDo: Migration of {shelved}{dkim_sign} attributes during upgrade. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@11288 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
[dev] Refactoring: Sympa::Mail::mail_file() is deprecated; instead, use Sympa::Message->new_from_template() and Sympa::Mail::sending(). Known bug: Command messages sent via wwsympa.fcgi by users don't have sufficient authentication level. "md5" level is required. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@11286 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 31 Jul, 2014 2 commits
-
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@11276 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
Exceptions: - Several functions in List were moved to Robot. - SympaTransport was renamed to Sympa::SOAP::Transport. Following files won't be renamed at present: Log.pm, SDM.pm, tools.pm, tt2.pm, wwslib.pm git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@11273 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-