Changeset 574 for trunk/ChangeLog


Ignore:
Timestamp:
10/20/11 09:20:17 (13 years ago)
Author:
bas
Message:

added support for initgroup, thanks to Dennis McRitchie?,
closes #274

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ChangeLog

    r573 r574  
    112.4.X
    2   * Allow regular expressions for recipient_list (multiple to-addresses), white_list
    3     and black_list. Each address is checked againt this regular expression, closes #272
     2  * Allow regular expressions for recipient_list (multiple to-addresses),
     3    white_list and black_list. Each address is checked againt this regular
     4    expression, closes #272
    45    examples:
    56     * recipient_list : sara.nl (to-address contains sara.nl)
    67     * recipient_list : ^basv@sara.nl$ (to-address equals basv@sara.nl)
    7   Reported by: anonymous
    8   Fixed by: Bas van der Vlies
    9 
     8    Reported by: anonymous
     9    Fixed by: Bas van der Vlies
     10
     11
     12  * Enhanced run_email2trac to support supplementary groups (initgroups).
     13    configure will check if the OS support initgroups function call,
     14    closes #274
     15    Author: Dennis McRitchie <dmcr add Princeton dot EDU >
     16    Applied by: Bas van der Vlies
     17 
    10182.4.2
    1119  * Fixed an error for text/plain attachments that are not specified as
Note: See TracChangeset for help on using the changeset viewer.