This project is mirrored from https://github.com/sympa-community/sympa.git.
Pull mirroring updated .
- 28 Feb, 2008 1 commit
-
-
serge.aumont authored
***** make remind password impossible. So now a one time ticket table is created ***** ticket are sent by email as an authentication token. Ticket can be used ***** for lost password, create account, moderation request . It should be ***** generalized to all operation that need a email chalenge. ***** ***** sympa.pl --md5_encode_password change password encoding in the database using md5.So IT IS NOT REVERSIBLE, ***** so you should save the database (in a safe place to protect password) - new login method include now "last login from [HOST] at [date]" information message - new daily task to remove tickets older than 10d (task parameters in conf.pm): - purge_one_time_ticket_table_task default daily - one_time_ticket_table_ttl default 10d git-svn-id: https://subversion.renater.fr/sympa/trunk@4857 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 18 Jan, 2008 1 commit
-
-
david.verdin authored
Fix: Sympa didn't check that a "bad/" spool existed prior to cleaning it, leading to useless attempt to open said directory. Now, the "bad/" spool existence is tested before calling tools::CleanSpool(). git-svn-id: https://subversion.renater.fr/sympa/trunk@4807 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 17 Jan, 2008 1 commit
-
-
david.verdin authored
[#3662][Submitted by J. Kirkland, westover.org] Change: Message headers can now be used by any scenario. Admin can use, for example, match([msg_header-><HeaderName>],/someregexp/) smtp -> do_it in a scenario, for any message header. git-svn-id: https://subversion.renater.fr/sympa/trunk@4805 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 15 Jan, 2008 1 commit
-
-
david.verdin authored
[#3253][Reported by P. Ferrari, riseup.net] Fix: When all editors and owners have set their reception mode to "nomail", a message is sent to all of them instead of generating an internal server error and sendinf a message to listmaster. git-svn-id: https://subversion.renater.fr/sympa/trunk@4801 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 20 Dec, 2007 1 commit
-
-
david.verdin authored
[Reported by M Bouissou] Fix: Command "quit" was ignored in mail commands. This was due to the correction of bug fix in Rev 3548: "Commands starting with 'qui' would be skipped, including QUIET". Fixed by removing comments and changing the regexp to match lines containing 'quit', 'stop', 'end' or '-' ONLY. git-svn-id: https://subversion.renater.fr/sympa/trunk@4781 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 14 Dec, 2007 1 commit
-
-
david.verdin authored
[#3234] Fix: Bounces in spool/bounce/OTHER/ were never cleaned up. Cleaning is now intergrated into the "expire_bounce" task, and the existence duration of such bounces is ruled by a new parameter : clean_delay_queueother. git-svn-id: https://subversion.renater.fr/sympa/trunk@4762 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 13 Dec, 2007 2 commits
-
-
david.verdin authored
Fix: bounce and archive "bad" directories weren't automatically cleaned. Adds two parameters, 'clean_delay_queuebounce' and 'clean_delay_queueoutgoing' to set cleaning delay. Adds 'clean_delay_tmpdir', too, which was missing. git-svn-id: https://subversion.renater.fr/sympa/trunk@4749 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
olivier.salaun authored
[#3357][P.Baumgart, British Telecom]New feature: LDAP alias manager is now LDAPS enabled and can be configured via a separate configuration file. We've also added a new 'alias_manager' sympa.conf parameter that allows to use such alternate mail aliases management scripts. git-svn-id: https://subversion.renater.fr/sympa/trunk@4747 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 22 Oct, 2007 1 commit
-
-
david.verdin authored
git-svn-id: https://subversion.renater.fr/sympa/trunk@4679 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 20 Sep, 2007 1 commit
-
-
david.verdin authored
Fix: info and config files were not properly encoded when a list was created using the web or SOAP. fixed by adding the declaration of origin in create_list_old call and then testing this value to know how to handle encoding. git-svn-id: https://subversion.renater.fr/sympa/trunk@4609 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 09 Aug, 2007 1 commit
-
-
olivier.salaun authored
[suggested by T.Berry, NASA] Changed the process identifier in the logs from (message) to (distribute) git-svn-id: https://subversion.renater.fr/sympa/trunk@4526 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 07 Aug, 2007 1 commit
-
-
olivier.salaun authored
Change: new Scenario.pm module. The way autorization are loaded has changed : they are now stored in a central place, ie a single copy of a scenario is stored if 2 lists use it. This should make the sympa processes consume less memory when running lots of lists. The scenario are now reloaded whenever they change on disk, except for operations that require good performances (like the 'lists' command). Inclusion of third party scenarios is now performed at evaluation time (in request_action()) and not while loading the scenario as it used to be. git-svn-id: https://subversion.renater.fr/sympa/trunk@4504 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 31 Jul, 2007 1 commit
-
-
olivier.salaun authored
git-svn-id: https://subversion.renater.fr/sympa/trunk@4491 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 26 Jun, 2007 1 commit
-
-
olivier.salaun authored
Change: now set List::use_db in Upgrade::Probe_db() and List::check_db_connect() to prevent "Sympa not setup for DBI" errors. git-svn-id: https://subversion.renater.fr/sympa/trunk@4469 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 30 Mar, 2007 1 commit
-
-
olivier.salaun authored
instanciation process quiet (required when run from a crontab). New sympa.pl options : --quiet and --close_unknown git-svn-id: https://subversion.renater.fr/sympa/trunk@4216 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 27 Mar, 2007 1 commit
-
-
olivier.salaun authored
git-svn-id: https://subversion.renater.fr/sympa/trunk@4202 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 23 Feb, 2007 1 commit
-
-
olivier.salaun authored
Fix: sympa.pl processes dedicated to message distribution or automatic list creation would not remove their pid file properly git-svn-id: https://subversion.renater.fr/sympa/trunk@4178 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 06 Feb, 2007 1 commit
-
-
olivier.salaun authored
filesystem_encoding parameter is no more supported. git-svn-id: https://subversion.renater.fr/sympa/trunk@4158 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 29 Jan, 2007 1 commit
-
-
olivier.salaun authored
next process started will detect the failure and send a notice to listmaster. git-svn-id: https://subversion.renater.fr/sympa/trunk@4142 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 23 Jan, 2007 2 commits
-
-
serge.aumont authored
git-svn-id: https://subversion.renater.fr/sympa/trunk@4135 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
serge.aumont authored
New value possible for msg_topic_required to adpat it both for moderated list and un moderated lists git-svn-id: https://subversion.renater.fr/sympa/trunk@4133 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 28 Dec, 2006 1 commit
-
-
olivier.salaun authored
git-svn-id: https://subversion.renater.fr/sympa/trunk@4108 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 23 Nov, 2006 1 commit
-
-
olivier.salaun authored
Fix: files in the msg/ spool were processed according to the file name (abbb before zbbb). now use the date as the sort criteria git-svn-id: https://subversion.renater.fr/sympa/trunk@4039 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 22 Nov, 2006 1 commit
-
-
serge.aumont authored
new Sympa.pl option : sympa.pl --purge_list <list>@<robot> git-svn-id: https://subversion.renater.fr/sympa/trunk@4034 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 27 Oct, 2006 1 commit
-
-
olivier.salaun authored
scenario context. git-svn-id: https://subversion.renater.fr/sympa/trunk@3978 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 23 Oct, 2006 1 commit
-
-
sympa-authors authored
git-svn-id: https://subversion.renater.fr/sympa/trunk@3974 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 10 Oct, 2006 1 commit
-
-
sympa-authors authored
This new feature allows to trigger list creation when a message is sent for the list. The set of "possible" lists is defined by a generic mail alias and a list family. New sympa.conf parameter include : automatic_list_feature, automatic_list_creation, automatic_list_removal, pidfile_creation, queueautomatic, clean_delay_queueautomatic A new familiqueue.c binary file is provided. The list creation job is performed by a sympa.pl process that forks. Check the documentation for more informations. git-svn-id: https://subversion.renater.fr/sympa/trunk@3934 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 29 Sep, 2006 1 commit
-
-
olivier.salaun authored
git-svn-id: https://subversion.renater.fr/sympa/trunk@3916 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 20 Sep, 2006 1 commit
-
-
sympa-authors authored
[reported by P.Maes, Universit� Louvain] Fix: Sympa would improperly detect a loop if the same message is sent to 2 lists with same local part. Now added list robot to %msgid_table keys. git-svn-id: https://subversion.renater.fr/sympa/trunk@3898 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 29 Aug, 2006 1 commit
-
-
sympa-authors authored
git-svn-id: https://subversion.renater.fr/sympa/trunk@3864 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 25 Aug, 2006 1 commit
-
-
sympa-authors authored
You should set the 'sendmail_aliases' parameter to 'none' git-svn-id: https://subversion.renater.fr/sympa/trunk@3851 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 22 Aug, 2006 1 commit
-
-
sympa-authors authored
git-svn-id: https://subversion.renater.fr/sympa/trunk@3846 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 11 Aug, 2006 1 commit
-
-
sympa-authors authored
[reported by O.Germes, Univ Rennes 1] Added checks to determine if a message is addressed to an unknown robot git-svn-id: https://subversion.renater.fr/sympa/trunk@3839 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 10 Aug, 2006 1 commit
-
-
sympa-authors authored
[reported by S.Amrani, Gendarmerie Nat.] Fix: sympa.pl would die when processing a message for unknownlist-request. The error message was : "Can't modify non-lvalue subroutine call" Fixed a buggy call to chomp. git-svn-id: https://subversion.renater.fr/sympa/trunk@3832 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 04 Aug, 2006 2 commits
-
-
sympa-authors authored
Now checking that the UID change succeeded. git-svn-id: https://subversion.renater.fr/sympa/trunk@3823 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sympa-authors authored
Now checking that the UID change succeeded. git-svn-id: https://subversion.renater.fr/sympa/trunk@3822 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 30 Jun, 2006 2 commits
-
-
sympa-authors authored
Each operations theat changes the status of messages/subscriptions/list config is now logged in a structured DB entry. Both listmasters and listowners can search this events DB using the Sympa web interface. git-svn-id: https://subversion.renater.fr/sympa/trunk@3785 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sympa-authors authored
Renamed the subroutine md5_fingerprint and moves it to tools.pl git-svn-id: https://subversion.renater.fr/sympa/trunk@3779 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 19 Jun, 2006 1 commit
-
-
sympa-authors authored
New organization of users pictures. Picturees are stores in a directory named "pictures" which is a sub directory of 'static_contennt_path' . static_contennt_path is a parameter that can be specified in robot.conf or sympa.conf. pictures must be served by apache under static_content_url. Pictures can be enabled with pictures_feature parameter in robot.conf (or sympa.conf) AND list config. git-svn-id: https://subversion.renater.fr/sympa/trunk@3764 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 11 May, 2006 1 commit
-
-
sympa-authors authored
New feature: list creation via SOAP. New trusted_applications.conf file that defines the trust relationship with SOAP clients. git-svn-id: https://subversion.renater.fr/sympa/trunk@3735 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-