Changeset 574 for trunk/ChangeLog
- Timestamp:
- 10/20/11 09:20:17 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ChangeLog
r573 r574 1 1 2.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 4 5 examples: 5 6 * recipient_list : sara.nl (to-address contains sara.nl) 6 7 * 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 10 18 2.4.2 11 19 * Fixed an error for text/plain attachments that are not specified as
Note: See TracChangeset
for help on using the changeset viewer.