source: trunk/ChangeLog @ 664

Last change on this file since 664 was 664, checked in by bas, 9 years ago

Did not apply the patch correctly ;-(, close #364

  • Property svn:mime-type set to text/plain
File size: 51.2 KB
Line 
12.8.8:
2    * No properly applied the patch for ticket #364.
3
42.8.7:
5    * notify_sender did not work due to wrong variable, closes #364
6      Author: kroseneg at schmidham dot net
7      Applied by: Bas van der Vlies
8
92.8.6:
10    * Fixed a bug for unicode strings in email_to_unicode, skip these kind of types.
11      Author: Bas van der Vlies
12
132.8.5:
14  * Improve error message when email2trac failse, closes #345
15    Author: quinn add strangecode dot com
16    Applied by: Bas van der Vlies
17
18  * Regular expression for ticket update by subject parsing is too eager, closes #346
19    Author: thomas.moschny add gmx dot de
20    Applied by: Bas van der Vlies
21
222.8.4
23  * There was a case where the lower method on a string was referenced as an object instead of
24    actually making a method call, closes #340
25    Author: ianyh
26    Applied by: Bas van der Vlies
27
28  * Custom ticket fields were not properly initialized, closes #338
29    Author: ivanelsonnunes add gmail dot com
30    Applied by: Bas van der Vlies
31
32  * fixed a format-security problem in run_email2trac.c, closes #341
33    Author: thomasdot moschny@gmx dot de
34    Applied by: Bas van der Vlies
35
36  * fixed Typo in variable assignment, closes #342
37    Author: Anonymous
38    Applied by: Bas van der Vlies
39
402.8.0
41  * Also made delete_spam virtual env aware
42    Fixed by: Bas van der Vlies
43
44  * cc_fields ignored existing ticket CC field on ticket update, closes #324
45    Author: tboudreau add us dot ntt dot net
46    Applied by: Bas van der Vlies
47
48  * strip_quotes printed to stdout instead of using the logger function. Due this error
49    run_email2trac will break, closes #325
50    Author: tboudreau add us dot ntt dot net
51    Applied by: Bas van der Vlies
52
53  * Added suppport for trac version 1.1, closes #322
54    Reported by: info add lcube dot de
55    Fixed by: Bas van der Vlies
56
57  * Added a new option cc_black_list. When an CC-address is in this list. It wil not
58    be put in the ticket CC-field.
59    Author: Bas van der Vlies
60
61  * Fixed a bug with attachment filenames that contain unicode filenames, closes #327
62    Reported by: ivanelsonnunes add gmail dot com
63    Author: Bas van der Vlies
64
65  * Fixed an bug in get_sender_info function when we try to match the email address
66    to an trac user, closes #333
67    Reported by: kshetriamrit add gmail dot com
68    Fixed by: Bas van der Vlies
69
70  * New version of trac agilo has changed the import for ticket model. First try new
71    import statement and as fallback use old one, closes #330
72    Reported by: sebastian at djangsters dot de
73    Fixed by: Bas van der Vlies
74
75  * report run_email2trac errors to syslog (LOG_MAIL facility) instead of printf
76    Author: Bas van der Vlies
77
78  * Support added for Bloodhound project, closes #331 (Not tested)
79    The bloodhound product can be specified by:
80     * command line --> email2trac -B/ --bh_product <name>
81     * email2trac.conf
82     {{{
83     [email2trac]
84     project: /data/trac/test/project/e2t
85     bh_product:  development
86     .....
87     }}}
88
89    Author: gary dot martin add wandisco dot com
90    Applied by: Bas van der Vlies
91
922.7.0
93  * use self.env.get_read_db for trac version > 0.11. self.env.get_db_cnx is obsolete. TRAC
94    api documentation.
95    Fixed by: Bas van der Vlies
96
97  * fixed an UnicodeDecodeError when checking attachments filenames.
98    Fixed by: Bas van der Vlies
99
100  * Added support for installing trac in a virtual environment. You can
101    set a default virtualenv path add configuration time, eg:
102      - ./configure --with-virtualenv=/data/virtualenvs/trac
103   
104    Or set/override at runtime: eg:
105     - ./email2trac.py --virtualenv=/data/virtualenvs/trac
106    Author:  Bas van der Vlies & Dennis Stam (Suggestion)
107
108  * Added support for Trac Agilo installations, closes #316, #306
109     - email2trac.py -A or email2trac --agilo
110    Author: smcclure add racemi dot com
111    Applied by: Bas van der Vlies
112
1132.6.2
114  * Removed '--Orignal message---' from strip_signature_regex. It is not a
115    signature but a quote. Thanks to Walter Lioen (SARA)
116    Fixed by: Bas van der Vlies
117
118  * Added support fot trac 1.0, closes #302, #303
119    Reported by: thomas dot schabetsberger add webtek dot at
120    Fixed by: Bas van der Vlies
121
1222.6.0 (Dedicated to Ian Verhey (RIP) )
123
124  * License changed from GNU Public License to Apache License, Version 2.0.
125    Now the software can be included in Apache projects like bloodhound,
126    closes #292
127
128    Requested by:  gary dot martin add wandisco dot com
129
130  * Catch an error when no valid trac installation can be found,
131    closes #294
132    Reported by: m dot frigui add cacom dot fr
133    Fixed by: Bas van der Vlies
134
135  * Ticket update honors the reply_all setting and sets the ticket cc
136    field if there are cc-addresses in the email, closes #293
137
138    Reported by: Sergey V.Levin <slevin add adriver dot ru >
139
140    Fixed by: Bas van der Vlies
141
142  * Reporter email address was not skipped and therefor added to cc field
143    when reply_all was set.
144    Author:  Bas van der Vlies
145
146  * Default setting for resolution can only be set in email2trac.conf. Skip the trac default
147    setting, closes #299
148    Reported by: ruediger dot kupper add gmail dot com
149    Fixed by: Bas van der Vlies
150
151  * Attachments on Windows are not save due the fact that  os.pathconf is not supported. Set
152    filename max length to 240 chars on windows, closes #300
153    Reported by: Anonymous
154    Fixed by: Bas van der Vlies
155
156  * Added a new option 'only_strip_on_update', default value is False. Only call the functions
157    strip_quotes and strip_signature for ticket updates, closes #192
158    Requested by, Patch:  Konstantin Ryabitsev <icon add mricon dot com>
159    Appplied by: Bas van der Vlies
160
161  * Added a new option 'strip_signature_regex', default value:
162      * strip_signature_regex : ^-----Original Message-----$|^-- $
163    This will strip signatures form the email messages. People can set their own regular
164    expressions, closes #296, #155
165    Author: steverweber add gmail dot com
166    Applied by: Bas van der Vlies
167
168  * email_quote can now handle regular expresions, default is:
169        email_quote : ^> .*
170    We now use the re.match function instead of line.startswith, closes #173
171    Suggested/Patch by: samuel add hoffstaetter dot com
172    Applied by: Bas van der Vlies
173
1742.5.0
175  * BLOG improvements by Thomas Moschny, closes #287,#235,#175:
176   - Tries to use the 'Date:' email header to set the date of the blog
177     post or comment.
178   - Allows overriding author and categories via subject parameters or
179     inline properties (see below).
180   - Does not add the 'blog_' prefix to the default (short-) name of a
181     blog entry anymore, as it would be rather redundant.
182   - Allows selecting a custom short name for the blog entry instead of
183     a default date-based short name. The custom short name may not
184     contain spaces. (Note that the TracFullBlogPlugin imposes
185     additional rules for valid short names.)
186   - Bugfix: Fixes crash wile processing mails with attachments (#175).
187   - Properly adds attachments to blog entries (#175).
188
189    Author: Thomas Moschny
190    Applied by: Bas van der Vlies
191
192  * Added new parameters:
193     - white_list_registered_users
194     - white_list_file
195 
196   white_list_registered_users: 
197    This will allow registered user to create or update a ticket even
198    when they are not added to the 'white_list' in the configuration
199    file.
200
201   white_list_file:
202    This will read allowed users from a file. One email address per line.
203
204   Suggested by: randy add psg dot com, closes ticket #288
205   Author: Bas van der Vlies
206
2072.4.7
208  * Some blog improvements. Removes 'blog:' from subject line and honors the
209    -n/--dry-run flag, closes #235
210    Author: Thomas Moschny
211    Applied by: Bas van der Vlies
212 
213  * Added Astaro firewall spam handling. Check X-Spam-Flag and X-Spam-Result
214    message header flags. see:
215     * http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=644916
216    Author: W. Martin Borgert" <debacle at debian dot org>
217    Applied by: Bas van der Vlies
218
219  * mailto link contained the wrong encoded subject line, charset was not
220    stripped.
221    Reported by: Walter Lioen (SARA)
222    Fixed by: Bas van der Vlies
223
2242.4.5
225  * Allow regular expressions for recipient_list (multiple to-addresses),
226    white_list and black_list. Each address is checked againt this regular
227    expression, closes #272
228    examples:
229     * recipient_list : sara.nl (to-address contains sara.nl)
230     * recipient_list : ^basv@sara.nl$ (to-address equals basv@sara.nl)
231    Reported by: anonymous
232    Fixed by: Bas van der Vlies
233
234
235  * Enhanced run_email2trac to support supplementary groups (initgroups).
236    configure will check if the OS support initgroups function call,
237    closes #274
238    Author: Dennis McRitchie <dmcr add Princeton dot EDU >
239    Applied by: Bas van der Vlies
240
241  * Fixed an error in parsing the From address. Email address was wrong if
242    email name contained a charset definition. There error was triggered
243    if 'mailto_link: 1' is set. Resulting in an unicode error.
244    Author: Bas van der Vlies
245
2462.4.2
247  * Fixed an error for text/plain attachments that are not specified as
248    inline. These attachments were not attached to the ticket and were
249    skipped, closes #270
250    Reported by: hju add jochenkuhl dot de
251    Fixed by: Bas van der Vlies
252
253  * Use all 'to-field' addresses in message for recipient_list instead of only one, closes #268
254    Reported by: anonymous
255    Fixed by: Bas van der Vlies
256
2572.4.0
258  * Fixed an error in ticket_update_fields. Always check if given ticket
259    field is a valid ticket field for trac. The error could be triggered
260    by:
261      * ticket_update_by_subject
262      * inline_properties
263
264    Reported by: Maarten van Ingen (SARA)
265    Fixed by: Bas van der Vlies
266
267  * Fixed a typo in logging an error: email_to_unicode
268    Fixed by: Bas van der Vlies
269
270  * Closed tickets for trac version >= 0,12 where not re-opened if there was
271    no workflow defined in email2trac.conf, see #247
272 
273    Reported by: Sergey V.Levin <slevin add adriver dot ru >
274    Fixed by: Bas van der Vlies & Sergey V.Levin
275
276  * enhanced save_email_for_debug(). Store also the project name in the
277    filename and easily see the difference between the raw message and
278    the body/attachments files.
279    Author: Bas van der Vlies
280
281  * Ticket update by subject did not work for trac version below 0.12
282    Reported by: naumann add tu-berlin dot de
283    Fixed by: Bas van der Vlies
284
285  * Fixed an error in the logging environment for Windows oses, closes #251
286    Reported by:  kofal002 add umn dot edu
287    Fixed by: Bas van der Vlies
288
289  * Ticket_update_by_subject enhancement. If multiple tickets are found
290    with the same subject then we try a author/reporter match. If fails
291    use most recent ticket entry, closes #253
292    Reported by: kofal002 att umn dot edu
293    Fixed by: Bas van der Vlies
294
295  * Log trac error if opening of trac project environment failse, closes #256
296    Reported by: edward dot b dot matheson at nasa.gov
297    Fixed by: Bas van der Vlies
298
299  * If a status is using upper case character(s) (i.e waitingExternal)
300    email2trac does not find the appropiate workflow entry in the
301    email2trac.conf, closes #264
302    Author: hju add jochenkuhl dot de
303    Applied by: Bas van der Vlies
304
305  * Process all workflows not only the default trac workflow. Workflow is now
306    enabled for new tickets and ticket updates.
307    eg: AdvancedTicketWorkflowPlugin, closes #226,#252
308    Suggestion by: Holger Jürgs <hjuergs add jochenkuhl dot de>
309    Reported by: Frédéric DUARTE <f dot duarte add akka dot eu>
310                 kofal002 att umn dot edu
311    Fixed by: Bas van der Vlies
312
313  * permission check fails when PrivateTicketsPlugin is installed, closes #262
314    Reported by: glenn
315    Fixed by: Bas van der Vlies
316
317  * Added support for trac version 0.13, closes #250
318    Reported by: simeonov add gmail dot com
319    Fixed by: Bas van der Vlies
320
321  * Problem with long attachment's filenames on native language. This is a trac
322    bug, see:
323      * http://trac.edgewall.org/ticket/10313,
324    The email2trac solution is to truncate the filename if it is longer then
325    the allow NAME_MAX for the os (usually 255), closes #247.
326    Reported by: Sergey V.Levin <slevin add adriver dot ru >
327    Fixed by: Bas van der Vlies & Sergey V.Levin
328
329  * Replaced printing of subject line to repr() instead of unicode string.
330    Some versions if python logging module could crash, closes #267
331    Reported by: hju add jochenkuhl dot de
332    Fixed by: Bas van der Vlies
333   
3342.1.0 (2011-6-6)
335  * Convert all email addresses and author names to lower case in compare
336    functions.  closes #242.
337    Author: Dennis McRitchie <dmcr add Princeton dot EDU >
338    Applied by: Bas van der Vlies
339
340  * Added timestamp when log_file stderr or file is used. Move log level of
341    reporting subject line to info instead of debug, closes #236
342    Author: Dennis McRitchie <dmcr add Princeton dot EDU >
343    Applied by: Bas van der Vlies
344
345  * Small fix in mailto link. Uses 'cc' instead of 'Cc'
346    Author: Sil Westerveld (SARA)
347    Applied by: Bas van der Vlies
348
349  * The time format for subject mapping was wrong (ticket_update_by_subject).
350    So all tickets matched. Converted it to use microseconds instead of
351    seconds.
352    Reported by: Walter Lioen (SARA)
353    Author: Bas van der Vlies & Dennis Stam
354
355  * Fixed an error in the setup the logging environment for Windows oses.
356    Reported by: Mike Henke <henkemike at gmail dot com>
357    Author: Bas van der Vlies
358
3592.0.2 (2011-02-13)
360   * Use tempfile.mkstemp instead of tempfile.mktemp
361     Reported by: Dennis Stam (SARA)
362     Author: Bas van der Vlies
363
3642.0.1 (2011-02-12)
365   * An email address can match multiple trac accounts, closes #218
366     Author: Konstantin Ryabitsev <icon add mricon dot com>
367
368   * Added check to detect valid users when smtp_default_domain in
369     trac.ini is set, closes #219
370     Author: sto add iti dot upv dot es
371     Applied by: Bas van der Vlies with some minor changes
372
373   * Support for parentdir. Can be used to avoid sections for each project
374     or if all projects have a common parent directory, you can leave out
375     the project directory setting for each project, eg:
376      * parentdir: /data/trac/oss/projects
377
378     If an section defines a project directory then this can NOT be overridden
379     by the parendir declaration.
380
381     This closes #217
382
383     Author: sto add iti dot upv dot es
384     Applied by: Bas van der Vlies with some minor changes
385
386   * email2trac: Used the wrong code to check number of ticket changes,
387     closes #223.
388     Author: stas dot agarkov add gmail dot com
389     Applied by: Bas van der Vlies
390
391   * email2trac: An enhancement to "update-by-subject", closes #188 Features:
392      - Does a better job parsing out all the permutations of "Re: FW: Re: AW: Subject"
393      - Modifies the subject to drop the prefixes
394     Author: Konstantin Ryabitsev <icon add mricon dot com>
395     Applied by: Bas van der Vlies
396
397   * When platform is Windows and log_type is not set, use 'eventlog' as default log_type
398     instead of 'syslog', closes #225
399     Reported by: jkreider add clarkinc dot biz
400     Author: Bas van der Vlies
401
402   * Applied a patch so we allow more ticket fields to be used for inline properties, eg:
403       - @custom_reports: vu
404     closes #227
405     Author: thomas dot moschny add gmx dot de
406     Applied by: Bas van der Vlies
407
408   * Fixed some bugs in function update_ticket_fields:
409       - Can not clear values, reported by thomas dot moschny add gmx dot de
410     closes #228
411       - Values were updated regardless if there are not allowed for the ticket
412     field.
413     Author: Bas van der Vlies
414
415   * Attachments without a name where named 'None' instead of 'untitled-part',
416     closes #230
417     Reported by: hju add jochenkuhl dot de
418     Author: Bas van der Vlies
419
420   * Fixed some errors in Discussion plugin support, closes #231
421     Author: Dennis (dmcrxi add Princeton dot EDU)
422     Applied by: Bas van der Vlies
423
424   * Added html conversion via external command: eg email2trac.conf
425      - html2text_cmd: /usr/bin/html2text -nobs
426      - html2text_cmd: /usr/bin/w3m -dump
427      - html2text_cmd: /usr/bin/lynx -dump
428      - html2text_cmd: /usr/bin/links -dump
429     closes #218
430     Author: Bas van der Vlies
431     Applied by: Bas van der Vlies
432
433   * Fixed mailto link for trac 0.11 and 0.12. Use the mailto tag in stead of
434     an html tag. The html tag does not work for trac 0.12
435     Reported by: Wim Rijks
436     Author: Bas van der Vlies
437
438   * Added a notification function that always send an email to the reporter if
439     the ticket is updated via email. This independent of trac.ini setting
440     , closes: #178, #229
441        - notify_reporter: 1 (default: 0)
442        - notify_reporter_black_list : basv@sara.nl (default: 0)
443     Author: hju add jochenkuhl dot de
444     Applied by: Bas van der Vlies
445
446 
447   * Added a new parameter for processing inline properties: (closes #216)
448       -  inline_properties_first_wins: 1 (default: 0)
449     
450     When an email has two of the same inline entries:
451        {{{
452        @status: closed
453        @status: accepted
454        }}}
455      Only the first one is used '@status: closed'
456
457     Author: Konstantin Ryabitsev <icon add mricon dot com>
458     Applied by: Bas van der Vlies
459
4601.6.0 (2010-8-10)
461   * Fixed an Unicode error in strip_quotes
462     Author: Bas van der Vlies
463
464   * The attachment filename may not contain '\n' and '\r' characters.
465     Reported by: Jean-Paul Duyx <jean-paul dot duyx at vancis dot nl>
466     Fixed by; Bas van der Vlies
467
468   * Applied a patch to support workflow for all transitions. It will
469     also honour the permission model if set, closes #198
470     an example how to use it:
471    email2trac.conf:
472                [project]
473            workflow_closed: reopen
474            xworkflow_infoneeded: provideinfo
475
476    trac.ini:
477    [ticket-workflow]
478    reopen = closed -> reopened
479    reopen.permissions = TICKET_CREATE
480    reopen.operations = del_resolution
481
482    provideinfo = infoneeded -> moreinfo
483    provideinfo.permissions = TICKET_CREATE
484    provideinfo.name = info provided
485
486     Authors: kroseneg add schmidham dot net and Bas van der Vlies
487
488   * The trac default value for resolution is fixed. The trac.ini value
489     for this is skipped and this resolution settings is only allowed in
490     email2trac.conf, closes #84
491
492     Reported by: hju add jochenkuhl dot de
493     Fixed by: Bas van der Vlies
494
495   * Honor the trac permission model if set, Use
496    TICKET_APPEND and TICKET_CHGPROP instead of TICKET_MODIFY.
497    closes #214
498
499    Reported by: Konstantin Ryabitsev <icon add mricon dot com>
500    Fixed by: Bas van der Vlies
501   
5022010-07-23
503    * logging of spam message was wrong. Fixed it,
504       - set.logger.info must be self.logger.info
505    Author: Bas van der Vlies
506
507    * logging of notification error was wrong. Fixed it, closes #212
508       - set.logger.error must be self.logger.error
509    Reported by:  adam dot lucke at srd-berlin dot de
510    Author: Bas van der Vlies
511
512    * Mail was lost when 'ticket_update' was disabled and a ticket
513      reply was detected.
514    Author: Bas van der Vlies
515
516    * Removed a lot of obsolete code due to using UserDict
517    Author: Bas van der Vlies
518 
5192010-07-21
520    * added a new option 'ticket_permission_system'. Can be set to:
521      - trac: Then it will check if the report has the right trac
522        permission to create or modify a ticket. closes #202
523
524      - update_restricted_to_participants: A ticket update is allowed only if:
525        1) the updater is the reporter,
526        2) the updater is in the CC
527        3) the updater has trac permission to update the ticket.
528        If the update is denied, a new ticket will be generated instead as to
529        not loose the issue . closes #203
530
531    Authors:  kris add tsampa dot org & Bas van der Vlies
532
533
534   * Switch for logging to the python logging module and add some new
535     options to control the behaviour inspired by the trac logging module:
536      - log_type, default syslog
537      - log_level, default info
538      - log_format, email2trac <project name>
539      - log_file, none
540
541     Can be set to the same values as trac logging
542
543     Author: Bas van der Vlies
544
545   * removed trac 0.9 support
546     
5472010-07-12
548  * Do not check if notification is enabled, let Trac determine if a
549    notfication is enabled and which interface/plugin is used, eg:
550    announcerplugin
551
552    Author: Bas van der Vlies
553
5542010-07-06
555  * Fixed several errors in ticket update:
556     - Changed the regex expression. It must end with ':'.   
557     - The email was lost if the ticket id was unknown. If ticket
558       id is unknown a new ticket will be created.
559
560    Reported by: SARA grid team
561    Fixed by: Bas van der Vlies
562       
563
564
5652010-06-28
566  * Ticket update for version 0.12 did not work, closes #209
567    Author: mark underscore kids add yahoo dot com
568    Applied by: Bas van der Vlies
569
570  * enabled workflow and notification for trac version 0.12
571    Author: Bas van der Vlies
572
5732010-06-23
574  * A better fix for attachments with special characters, closes #206
575    Reported by: karsten dot rohrbach add wibas dot de
576    Fixed by: Bas van der Vlies
577
5782010-06-22
579  * When debug is enabled email2trac chokes on non-ascii (utf8)
580    characters in ticket fields, closes #205
581    Reported by: eirik dot schwenke add nsd dot uib dot no
582    Fixed by: Bas van der Vlies
583
584  * Email2trac crashes when attachment filename contains non-ascii       
585    characters, closes #206
586    Reported by: karsten dot rohrbach add wibas dot de
587    Fixed by: Bas van der Vlies
588
5892010-06-09
590  * Support added for trac version 0.12, closes #201
591    Reported by: mark_kids add yahoo dot com
592    Fixed by: Bas van der Vlies
593   
5942010-05-25
595  * delete_spam still used the trac_version in email2trac.comf
596    Fixed by: Bas van der Vlies
597
598  * email2trac crashed when ticket_update_by_subject was enabled.
599    Fixed by: Bas van der Vlies
600
6012010-05-20
602  * email2trac crashed if there are '/' and '\' characters in a filename.
603    These characters are now being replace by '_', closes #196
604    Reported by: jcuppen add hethooghuis dot nl
605    Fixed by: Bas van der Vlies
606
607  * Problems with attachments were not reported for ticket updates
608    Fixed by: Bas van der Vlies
609
610  * delete_spam changes:
611     - only support trac version greater then 0.10
612     - added -n/--dry-run option
613     - added -v/--verbose option
614
615    Author: Bas van der Vlies
616
617  * Enhancement for ticket prefixes (email2trac.conf). The ticket
618    fields status and resolution are not forbidden any more. closes #195
619    Author: Konstantin Ryabitsev <icon add mricon dot com>
620    Applied by: Bas van der Vlies
621
622  * Added a new option. It is all in the name:
623      * ticket_update_by_subject, default value is off
624      * ticket_update_by_subject_lookback, default 30 days
625
626    When this option is enabled and there is no ticket number found
627    in a reply mail. It will try to find a ticket summary that matches
628    the mail subject line. If found then append the mail to this
629    ticket, closes #188
630    Author: Konstantin Ryabitsev <icon add mricon dot com> & Bas van der Vlies
631    Applied by: Bas van der Vlies
632
633  * Added DiscussionPlugin support, closes 197. For description see:
634     - https://trac-hacks.org/wiki/DiscussionPlugin
635
636   Author: ibarton add fit dot vutbr dot cz (alias Blackhex)
637   Applied by with some modification: Bas van der Vlies
638
639  * Trac version is now automatically determined. No need anymore for
640    trac_version in /etc/email2trac.conf
641    Author: Bas van der Vlies
642
6432010-03-20
644
645  * Fixed a bug reporter was always set to the default value specified
646    in trac.ini.
647
648    Reported by: Jean-Paul Duyx <jean-paul dot duyx at sara dot nl>
649    Fixed by: Bas van der Vlies
650
651  * If reported field is overriden then use it for all trac functions
652    including notification, closes #187
653
654    Reported by: shildebrand at venturebeat dot com
655    Fixed by: Bas van der Vlies
656
6572010-03-24
658
659  * Added configure option '--with-install_user=<name>', default user is 'root'.
660    The specified user is used for installation so we can install the
661    package as non-root user, closes #182.
662
663    Reported by: shildebrand at venturebeat dot com
664    Fixed by: Bas van der Vlies
665
666  * Re-arranged some code so that we can override ticket fields in
667    email2trac.conf, eg:
668     - default_reporter : email2trac
669
670    Will set the reporter ticket field to email2trac for all mail, closes #182
671
672    Reported by: shildebrand at venturebeat dot com
673    Fixed by: Bas van der Vlies
674
675  * Fixed a bug when there is no subject field in the message, closes #179
676    The fix in the 1.2.0 version did not work.
677    Reported by: xurizaemon and John Donners (SARA)
678    Fixed by: Bas van der Vlies
679
680  * We do not write any files when dry run mode is enabled.
681    Fixed by: Bas van der Vlies
682
683  * Fixed several issues when DEBUG is enabled with printing non-ascii
684    characters, see #184
685    Reported by: hju add jochenkuhl dot de
686    Fixed by: Bas van der Vlies
687
6882010-02-24
689  * Added an option to run_email2trac to set the PYTHON_EGG_CACHE
690    environment variable (-e|--eggcache), closes #174
691    Author: pepl at cpan dot org
692    Applied by: Bas van der Vlies
693
694  * Ticket fields can be set inline an email: closes #171, #88
695     - controlled by parameter 'inline_properties', default behaviour off
696     - see https://subtrac.sara.nl/oss/email2trac/wiki/Email2tracParse#Updateticketfields
697
698    Author: samuel at hoffstaetter dot com
699    Applied by: Bas van der Vlies
700
701  * Fixed a bug when there is no subject field in the message, closes #179
702    Reported by: xurizaemon
703    Fixed by: Bas van der Vlies
704
705  * Added unicode support attachment filenames, closes #177
706    Reported by: obwandner add concertare dot de
707    Fixed by: Bas van der Vlies
708
709  * Email to blog did not work at all. It works but it can not handle
710    attachments. see #175.
711    Reported by: oland dot wells add gmail.com
712    Patches    : Bas van der Vlies
713
714  * Show errors when we can not include attachments in the ticket, see #165
715    Requested by: hju add jochenkuhl dot de and  dereks add cool-st dot com
716    Fixed by: Bas van der Vlies
717
718  * Added a new option 'email_triggers_workflow'. When a ticket is closed and
719    an update is received via email. The ticket will be reopened or triggers
720    a ticket workflow. This action can be skipped if we set the
721    email_triggers_workflow option to 0. The default value is 1, closes #180
722    Author: zac add sprackettd dot com
723    Applied by: Bas van der Vlies
724
7252010-01-11
726  * Workflow option did not work, closes #157
727    Reported by: thomas dot moschny at gmx dot de
728    Fixed  by: Bas van der Vlies & Thomas Moschny
729
730  * When a ticket is updated via email. We must set a changelog id,
731    closes #156
732    Reported by: Chris dot Nelson at SIXNET dot com
733    Fixed by: Bas van der Vlies
734
735 * Changed all 'str =' assignments to 's =' to solve conflicts with
736   the builtin str function
737   Fixed by: Bas van der Vlies
738
739 * Python egg cache enviroment setting was ignored by email2trac.
740   closes #163
741   Author: Dennis McRitchie ( dmcr at Princeton dot EDU )
742   Applied by: Bas van der Vlies
743
744 * Disabled code so the following line will not be displayed anymore
745   as comment in a ticket:
746     - This message has x attachment(s)
747   Suggested by: dereks at realloc dot net, closes ticket #165
748   Fixed by    : Bas van der Vlies
749
750
751 * Added a new parameter strip_content_types. So we can strip attachments
752   based on content type, eg:
753     - strip_content_types: application/pgp-signature, application/mac-binhex40
754
755   Will strip attachments that has these content_types.
756   Authors:  otto at bergerdata dot de and Bas van der Vlies
757
758 * FIxed an error when files where added with characters that needed to be
759   escaped. Both email2trac and trac escaped the filenames. We removed the
760   code from email2trac an let trac handle the escaping, closes #149
761
762   Reported by: hju att jochenkuhl dot de
763   Fixed by: Bas van der Vlies
764
765 * Added a new parameter:
766     - subject_field_separator, default value is &
767
768   This is used to set tickets fields via the subject line. It used to
769   be , .For backwards compatibility we introduced this parameter.
770   closes #166
771   Suggested by: Dennis McRitchie ( dmcr at Princeton dot EDU )
772   Fixed by    : Bas van der Vlies
773
774 * Prevent mail loop. We could set the CC ticket field to
775   the ticket email address.
776    - For a new ticket and reply_all is set.
777    - If the ticket CC field is updated via the subject line.
778
779   Also prevent setting the reporter address to the ticket email
780   address.
781
782   closes #172
783   Reported by: otto at bergerdata dot de
784   Fixed vy   : Bas van der Vlies
785
786
787
788
7892009-09-02
790  * Implemented a new feature to drop the HTML version of multipart/alternative
791    message part. Such a message part contains the same info. The info is sent
792    in different formats and the client can decide which version to use.
793    closes #30
794
795    to enable in email2trac.conf:
796        - drop_alternative_html_version: 1
797
798    Implemented by: Bas van der Vlies
799
8002009-08-20
801  * updated aclocal.m4 to support python versions 2.5 and 2.6, closes #137
802  * use the email addres in the reporter field, closes #136
803  * Fixed an error in blog update function
804
805    All Fixes by: Bas van der Vlies
806
807  * if alternate notify template is set then also set ticket id. It will show
808    up as ticket change, closes #142
809    Reported by: hju att jochenkuhl dot de
810    Fixed by: Bas van der Vlies
811
812  * Error in urllib.quote(filename) could not handle unicode
813    filenames, closes #138
814    Reported by: debacle at debian dot org
815    Applied  by: Bas van der Vlies
816
817  * Fixed an error when debug is on and the body message contains unicode
818    strings, closes #144
819    Reported by: trumbitta at gmail dot com
820    Applied by: Bas van der Vlies
821
822 * default trac version for email2trac is now updated to 0.11
823
8242009-04-09
825  * Fixed in parsing the reflow parameter, closes #123
826    Reported by: tomasz dot sterna at sensisoft dot com
827    Fixed by: Bas van der Vlies
828
829   * implemented workflow for tickets that are reopend, closes #70
830     Reported by: hju att jochenkuhl dot de
831     Author by: Bas van der Vlies
832
833   * added FullBlogPlugin support. So we can update/create the blogs
834     via email, #116
835     mail with subject line: <blog:.*> will create/update a blog entry.
836     Authors: Bas van der Vlies & lucas dot eisenzimmer at t-systems-mms dot com
837   
838   * email2trac require at least python version 2.4, closes #131
839     Reported by: otto at bergerdata dot de
840     Fixed by: Bas van der Vlies
841
842   * We can now set ticket fields for a new ticket via the 'subject' line:
843       - Subject: <description> #?<field=value>[,<field=value>]*
844     closes #130
845     
846     Requested by: Steve
847     Implemented by: Bas van der Vlies
848
8492009-01-30
850  * applied patch exit with non-zero return code on failure, closes #117
851    Author: admin-egon at ikw dot uos dot de
852    Applied by : Bas van der Vlies
853
854  * Ticket update with attachments did not work, closes #120
855    Reported by: Alexander Verkooijen (alexander at sara dot nl)
856    Fixed by: Bas van der Vlies
857
858  * Removed obsolete code
859    Author :  Bas van der Vlies
860
861  * When email address is known then the author name and email address
862    is used from the preference tab.  The match is case insensitive,
863    closes #118
864    Reported by: Pusateri, Matthew <Matthew dot Pusateri at tekelec dot com
865    Fixed by: Bas van der Vlies
866
867  * Ticket id is not reported as ticket change, eg:
868    {{{
869        *   id  set to 118
870    }}}
871    Author :  Bas van der Vlies
872
8732009-01-19
874  * applied patch to support RFC 3676 (format=flowed), closes #94, #99
875    This patch adds a new option: reflow (default: False/0)
876    Author: ben at fetchsoftworks dot com
877    Applied by : Bas van der Vlies
878
879  * Fixed a bug in reply_all option, closes #95
880    Reported by: gmcgrath at princeton dot edu
881    Fixed by: Bas van der Vlies
882
883  * Applied a patch for default values for custom ticket fields, closes #101
884    Author: ben at fetchsoftworks dot com
885    Applied by: Bas van der Vlies
886
887  * Fixed a bug that a ticket was not updated when we only update ticket
888    field(s) via email (empty body email), closes #113
889    Reported by: winnie at debian dot org
890    Fixed by: Bas van der Vlies
891 
892  * Better support for inline attachments and multiple body parts, closes #105,
893    #80. Inline images in email are also shown in the ticket with the trac
894    [[Image(..)]] macro.
895    Author: ben at fetchsoftworks dot com
896
897  * More versatile support for Apple attachments. closes #106
898    for explanation read:
899    - https://subtrac.sara.nl/oss/email2trac/wiki/Email2tracConfiguration#AppleAttachmentsoptions
900    Author: ben at fetchsoftworks dot com
901
902  * Applied a patch that solves problems with Window attachments, closes #110,
903    #93.
904    Author: martin.poeschmann add eiskonzept dot com   
905    Applied by: Bas van der Vlies
906
9072008-10-13
908  * Fixed a bug in email_header formating. When an email2trac ticket
909    was updated via the web interface it would trigger a description
910    field update.
911
912    Fixed by: Bas van der Vlies
913
914  * Reopen closed ticket if an update is received via email, closes #70
915    Requested by: Garrett McGrath gmcgrath add princeton dot edu
916    Fixed by: Bas van der Vlies
917
918
919  * The [DEFAULT] section did not work any more due to change to internal
920    trac parser, closes ticket #73
921    Reported by: email2trac at bulk dot squeakyblue dot com
922    Fixed by: Bas van der Vlies
923   
924  * black_list paramter must be comma-separated as mentioned in the
925    documentation (#75) and removed the default value
926    "MAILER-DAEMON@" (#74)
927    Reported by: email2trac at bulk dot squeakyblue dot com
928    Fixed by: Bas van der Vlies
929
930  * If a blank email is sent with just an attachment, a blank
931    comment is appended to the comments. fixed closes #89
932
933    Reported/Fixed by: ???
934    Applied by: Bas van der Vlies
935
936  * added white_list parameter.  If set then only mail is accepted if
937    sender matches.
938    Author: Bas van der Vlies, jon dot wbstr at gmail dot com
939
940  * added recipient_list parameter.  If set then only mail is accepted if
941    to-field matches. This only uses when people use a drop box to accept
942    email for several email addresses, (closes #77)
943    Author: Bas van der Vlies, jon dot wbstr at gmail dot com
944
945  * alternate notify template did not work for trac version 0.11
946    (#90).
947    Reported/Fixed by: hju at jochenkuhl dot de
948    Applied by       : Bas van der Vlies
949
950  * added 'alternate_notify_template_update'. When set this notify
951    template name will be used for ticket updates (#90).
952    Author: Bas van der Vlies, hju at jochenkuhl dot de
953   
954   
9552008-05-30
956  * Fixed debian control file. Package can be build on any platform and
957    not only on i386 platforms:
958
959    Author: Christian Iversen ci add sikkerhed dot org
960    Applied by: Bas van der Vlies
961
962  * We now use the trac configuration parser routine
963    Author: andrei2102 add gmail dot com
964    Applied by: Bas van der Vlies
965
966  * Added new command line option -n/--dry-run. This option only show
967    what commands will be executed.
968    Author: Bas van der Vlies
969
970  * the default values for tickets can now also be set in
971   'email2trac.conf'. So you can use different values when an email
972    is converted to a ticket. The ticket value is set to this rules
973     - email2trac.conf
974     - trac.ini
975
976    email2trac.conf use same format as trac.ini, eg email2trac.conf:
977      [project]
978      default_component : test
979
980    closes request #55, for more info see:
981    - https://subtrac.sara.nl/oss/email2trac/wiki/Email2tracConfiguration
982
983     Requested by: greg dot deakyne at etapestry dot com
984     Implemented by: Bas van der Vlies
985
986  * Fixed a bug in ticket_update. It failed when project did not have
987    ticket component field,  closes bug #62
988    Reported by: gernot dot hillier add siemens dot com
989    Fixed by: Bas van der Vlies
990         
991  * run_email2trac.c:
992     - can no longer segfault after a failed malloc.
993     - after set*id failure, you'll get a diagnostic (or at least
994       nonzero exit status) and it won't attempt the exec.
995
996    Author: Jim Meyering jim add meyering dot net
997    Applied by: Bas van der Vlies
998
999  * Made some approvements to spam function:
1000     - If the he X-Spam-Score header is present, but has no value
1001        email2trac will crash, closes #63
1002
1003     - Added config option which header field we must check
1004       for determing if mail is Spam, eg:
1005        - spam_header : X-Spam-Level (default: X-Spam-Score)
1006 
1007    Author: email2trac at bulk dot squeakyblue dot com
1008    Applied by: Bas van der Vlies
1009
1010
1011  * black_list  is now a configuration option and is used to deny
1012    email addesses, default value is: MAILER-DAEMON@
1013
1014    Can specifiy more then one email adress seperated by ',', eg:
1015    black_list : basv@sara.nl, walter@sara.nl
1016
1017    closes #39, #56
1018   
1019    Author: Bas van der Vlies
1020
1021  * if mailto_link + german umlaut problem is fixed, closes #60
1022    Reported by: alex at pirsig dot net
1023    Fixed by: Bas van der Vlies
1024   
1025
10262008-02-04
1027        * Added version check and exit if we do not support the trac version
1028          closes bug #23
1029          Reported By: Marc Zahnlecker m.zahnlecker at lxbyte dot de
1030
1031          Fixed By: Bas van der Vlies
1032
1033        * Added check if syslog module is available. If it is not available
1034          disable the syslog functionality.
1035          Author: michael.th add gmx dot net
1036
1037          Implemented by: Bas van der Vlies
1038
1039        * Added strip_quotes function, default settings:
1040                strip_quotes: <int> (default: 0)
1041                mail_quote: <quote chars> (default: "> ")
1042          Author: nicolasm @ opera dot com
1043
1044          Implemented by: Bas van der Vlies
1045
1046        * Added patch to make notify email work with trac 0.11 dev.
1047          Author: tbaschak add ktc dot mb dot ca       
1048          Author: andrei2102 add gmail dot com
1049
1050          Implemented by: Bas van der Vlies
1051
1052        * greedy matching in Subject line, We must stop after the first ':'
1053          else we get wrong values for ticket fields when we update a ticket
1054          via mail, closes ticket #37
1055          Reported by: dmaziuk at bmrb dot wisc dot edu
1056          Fixed    by: Bas van der Vlies
1057
1058        * added IGNORECASE flag to regular expression for black list. This
1059          is a quick fix, still want to implement this as configuration
1060          option, closed bug #39
1061
1062          Reported By: jodok at lovelysystems dot com
1063          Fixed by   : Bas van der Vlies
1064
1065        * When a known user mails a ticket. We will set the Reporter to
1066          its login name, closes bug #33, #41
1067
1068          Also add configuration option:
1069                ignore_trac_user_settings : 0 (default value)
1070
1071          This option will skip the email address to trac user login name
1072          mapping.
1073
1074          Reported by: anonymous
1075          Fixed by   : Bas van der Vlies
1076
1077       
1078        * SPAM detection was only for new mails not for ticket updates,
1079          closed ticket #44
1080
1081          Reported by: Bas van der Vlies
1082          Fixed by   : Bas van der Vlies
1083         
1084           
10852007-07-18
1086
1087        * Implemented python_egg_cache environment variable. Some trac
1088          installations may depend on it, closes ticket #10, eg:
1089                python_egg_cache : /var/cache/eggcache
1090
1091          Reported By: Anonymous
1092          Fixed by   : Bas van der Vlies <basv@sara.nl>
1093
1094        * Implemented update ticket fields via email subject line, eg:
1095                Re: [email2trac] #7?owner=bas,priority=minor: Error in parsing
1096
1097                - Sets the owner of the ticket to: bas
1098                - Sets the priority of the ticket to: minor
1099         
1100          For some ticket fields there are only a limited number of allowed
1101          values. The supplied value will be checked against this list. If it
1102          is not vaild value the field update will be ignored.
1103
1104          Requested by  : trac at yadan dotnet, Jan Parchmann, see ticket #7
1105          Implemented by: Bas van der Vlies <basv@sara.nl>
1106
1107        * Dropped support for version trac version 0.8. Removed all 0.8
1108          specific code. 
1109          Fixed by: Bas van der Vlies <basv@sara.nl>
1110
1111        * Added a new config parameter: tmpdir: /var/tmp, default is '/tmp'
1112          All functions now use this new parameter and use OS independent
1113          path functions.
1114          Implemented by: Bas van der Vlies <basv@sara.nl>
1115
1116        * fixed and a creating directory problem email2trac.spec file
1117          Fixed by: artrus at netzero dot net
1118
1119        * set_owner function is obsolete. When component is set the trac code
1120          will set the owner to the component owner.
1121          Fixed by    : Bas van der Vlies <basv@sara.nl>
1122
1123        * Also show email headers in a ticket update.
1124          Requested by: Ramon Bastiaans
1125          Fixed by    : Bas van der Vlies <basv@sara.nl>
1126
1127        * A date patch so it works with trac version 0.11 for ticket updates.
1128          Also applied for other trac versions.
1129          Thanks to: tbaschak at ktc dot mb dot ca
1130
11312007-04-27
1132
1133        * Added check to catch an error when attachment size
1134          is too large, bug #1153
1135          Author: Bas van der Vlies
1136
1137        * Wrap long line into user given length, use_textwrap: 72. Wraps lines
1138          greater then 72 chars, #1123
1139          Author: Bas van der Vlies &
1140                  Rainer Sokoll (r.sokoll at intershop dot de)
1141
1142        * Fixed a dutch spelling, #1295
1143          Author: Rainer Sokoll (r.sokoll at intershop dot de)
1144
1145        * email2trac.py : blacklist (don't create ticket) mail from
1146          MAILER-DAEMON to avoid loops
1147          Author: Michel Jouvin <jouvin at lal dot in2p3 dot fr>
1148
1149        * msg.bad.txt : add an example of message from MAILER-DAEMON
1150          Author: Michel Jouvin <jouvin at lal dot in2p3 dot fr>
1151
11522006-12-08
1153        * email2trac.py:
1154          - Added verbatim_format option default is: 1
1155          Added by : Bas van der Vlies
1156
1157          - Added strip_signature option default is: 0
1158          Added by : Bas van der Vlies
1159
1160          - Fixed some unicode errors, thanks to japanes SPAM.
1161            If we can not unicode email message then display which
1162            charset must be installed in ticket description. Else we
1163            trac crashed with unicode errors ;-(
1164          Fixed by: Bas van der Vlies
1165
1166          - Fixed statements: str + unicode, raises an exception if
1167            non-ascii value in unicode object.
1168
1169          - Forgot to unicode the author. So we got an error if we use
1170            the mailto_link option in email2trac.conf.
1171          Fixed by: Bas van der Vlies
1172
1173        * delete_spam.py:
1174          - Now works for version 0.10 with new API-functions
1175          Fixed by: Bas van der Vlies
1176
1177        * Makefile.in
1178          - Added install-conf. Install email2trac.conf if there is none
1179            installed.
1180          Fixed by: Bas van der Vlies
1181
11822006-10-27
1183
1184        * run_email2trac.c.
1185       
1186          - Setgid() must be called before setuid().
1187          Reported by:  Anonymous
1188          Fixed    by:  Bas van der Vlies
1189
1190        * email2trac.py,
1191       
1192          - Fixed an error in Ticket Update. When ticket
1193          does not exists, proceed as if it is a new ticket
1194          Fixed    by:  Bas van der Vlies
1195
1196          - Fixed a strang bug in 0.9 version, if ticket update
1197          is enabled and email has attachment(s). We are not allowed to
1198          set the description and author field of the attachment else
1199          the comment text is lost ;-(
1200          Fixed    by:  Bas van der Vlies
1201
1202          - Fixed an error if enable_syslog and drop_spam is set. We get
1203          an exception in the syslog if we use sys.exit(0), replaced by
1204          return.
1205          Fixed    by:  Bas van der Vlies
1206
1207        * delete_spam.py.
1208       
1209          - Trac version 0.10 made it easier to delete tickets.
1210          Fixed    by:  Bas van der Vlies
1211       
12122006-10-10
1213        * Fixed race conditions in delete_spam.py and added some
1214          debug code.
1215          Fixed by   : Bas van der Vlies
1216
1217        * Added author and description field when attachment is
1218          added to ticket. This is for trac version greater than
1219          0.8.
1220          Fixed by   : Bas van der Vlies
1221          Thanks to Matthew Good for the hint
1222
1223        * Added drop_spam option, default = 0. If set then
1224          mail marked as Spam is not accepted.
1225          Added by   : Bas van der Vlies
1226
1227        * Do not send notification if message is marked as Spam
1228          and drop_spam is not set.
1229          Fixed by   : Bas van der Vlies
1230
12312006-10-02
1232        * Fixes possible segmentation faults in run_email2trac.c
1233          Reported by: bcornec
1234          Fixed by   : Bas van der Vlies
1235
1236        * Can set DEBUG level while configuring package, eg:
1237          DEBUG=1 ./configure ( default : 0)
1238          Reported by: syd at plug dot ca
1239          Fixed By   : Bas van der Vlies
1240
1241        * delete_spam.py did not delete everything from the SQL tables
1242          Reported by: brent at rcfile dot org
1243          Fixed by   : Bas van der Vlies
1244
1245        * Do not send notification when message is marked as Spam
1246          Fixed by   : Bas van der Vlies
1247         
12482006-08-28
1249        * fixes an error in the 'reply_all' setting
1250          Thanks to and Patch by: ncarlson@ibsys.com
1251
1252        * Added RPM spec file
1253          Thanks to:  Jon Topper <jon@topper.me.uk>
1254
12552006-07-14
1256        * Use X11R5 install-sh to install email2trac components to hide
1257          native install program differences.
1258          Author: Michel Jouvin <jouvin@lal.in2p3.fr>
1259
1260        * Fixed an error in saving attachments for new tickets for trac
1261          versions greater then 0.9.
1262          Fixed by: Bas van der Vlies
1263
1264        * When something went wrong save the offending email for debug
1265          purposes.
1266          Fixed by: Bas van der Vlies
1267
1268        * delete_spam.py
1269           - did not clean up the attachment table. So we got nasty new
1270             mails with fake attachments.
1271           - It works now for versions higher then 0.8
1272
1273        * Finally understand the unicode/encode functions and hopefully
1274          fixed the errors.
1275          Fixed by: Bas van der Vlies
1276
1277        * Remove the temporarly created attachment files.
1278          Fixed by: Bas van der Vlies
1279       
12802006-07-06
1281        * Fixed an error in already added attachments. Do not close
1282          the database connection.
1283          Fixed by: Walter de Jong en Bas van der Vlies
1284
1285        * Added enable_syslog option. If enabled log errors to syslog
1286          instead of stderr. If enabled no errors are send back to the
1287          user.
1288          Implemented by: Bas van der Vlies
1289
1290        * Fixed an error with updating tickets with attachments for trac
1291          versions 0.9 and 0.10. Field "id" is not known when a existing
1292          ticket is fetched (Error = KeyError: 'id')
1293          Fixed By: See tickets #258 and #449 on trac-hacks
1294
1295        * Fixed and spell error, self.mail_addr must be self.email_addr
1296          Fixed by: Bas van der Vlies
1297
1298        * Catch a LookupError in unicode/encode conversion in function
1299          get_body_text()
1300          Fixed by: Bas van der Vlies
1301
1302        * Description field was always changed when updating the ticket
1303          via the web. Asked the mailing list for a solution and got one
1304          ;-)
1305          Patch/Suggestion by: Christian Boos
1306          Applied by: Bas van der Vlies
1307
1308        * Fixed an encoding problem when email_header is set to 1
1309          Fixed by: Bas van der Vlies
1310
1311        * Fixed a bug in to_unicode() function.
1312          Fixed by: Bas van der Vlies
1313
1314        * Fixed an unicodedata.normalize TypeError bug for filenames in the
1315          attachment function
1316          Fixed by: Bas van der Vlies
1317
1318
13192006-06-02
1320        * Added ticketing merging. To enable it there are two options for
1321          both options enable 'ticket_update' in email2trac.conf
1322          1 - Configure trac notification, eg:
1323                * (ticket address: ticket@test.nl)
1324                [notification]
1325                smtp_enabled = true
1326                smtp_always_cc = test@test.nl
1327                smtp_server = localhost
1328                smtp_from =  ticket@test.nl
1329                always_notify_reporter = true
1330
1331          2 - Use the mailto_cc in email2trac.conf if you want to sent
1332              an email to the user and the trac ticket email address.
1333
1334          With both options you get the right format of the subject line.
1335
1336        * Use the short options for the install command. So it works for
1337          MacOSx Reported by: Nathaniel Irons.
1338
1339        * Updated inline documentation by Nathaniel Irons.
1340                 
13412006-05-16
1342        * Fixed a bug when there was no plain text body.
1343          Reported by: Greg Deakyne
1344        * Fixed a small bug if default component owner is unknown.
1345          Just fill in some bogus info.
1346        * Use the short options for the install command. So it works for
1347          MacOSx
1348          Reported by: Nathaniel Irons
1349        * Messages that has X-Virus-found in header are marked as SPAM
1350          Implemented by: Walter de Jong
1351        * Some modules are changed for version 0.10, Added and made some
1352          minor changes: Patch supplied by: Markus Tacker 
1353        * Ported delete_spam.py to version 0.9 and higher:
1354          Reported by: Nathaniel Irons
1355
1356
13572006-03-08
1358        - Fixed an bug for 0.9, there was a space in front of the ' ticket' directory.
1359          removed it.
1360          Reported by: mi-trachacks@moensolutions.com   
1361          Fixed by: Bas van der Vlies
1362        * Fixed an exception error in delete_spam.py
1363          when shutil has not enough priveledges to remove the
1364          attachments it is reported
1365          Fixed by: Bas van der Vlies
1366        * email2trac.py: When you include the body tag, some
1367          mailers (like Thunderbird) will leave out the signature.
1368          Therefore this version leaves out the body tag.
1369          Fixed by: Walter de Jong
1370        * Added msg.txt for testing
1371          Fixed by: Bas van der Vlies
1372
13732006-02-01  Bas van der Vlies <basv@sara.nl>:
1374        * Added Tikcet notification, send email when there is
1375          a new ticket. Depends on notification setting in
1376          trac.ini.
1377          Implemented by: Kilian Cavalotti
1378        * Can use different template for ticket notification,
1379          eg: alternate_notify_template: "a_tkt.css"
1380          Implemented by: Kilian Cavalotti
1381        * Added reply_all config parameter. If set put all
1382          CC-addresses from orginal mail in ticket CC-field.
1383          Suggested by: Kilian Cavalotti
1384        * Text in ticket description is also properly UTF-8
1385          encoded
1386          Implemented by: Kilian Cavalotti
1387        * Removed reply_address from config file. Is not
1388          necessary anymore. See Ticket notification.
1389        * Added support for known users. If email address is
1390          known then use the trac known username instead
1391          of the email-address (only for trac version > 0.9)
1392          Implemented by: Kilian Cavalotti
1393        * Fixed an error in saving attachments for version < 0.9.
1394          Sometimes we got bogus attachments.
1395          Fixed by: Walter de Jong
1396        * Added support to make an debian package
1397          Implemented by: Bas van der Vlies
1398
13992006-01-21  Bas van der Vlies <basv@sara.nl>:
1400        * Fixed run_email2trac.c, did not work
1401        * Added TRAC_SCRIPT_NAME to Makefile.in to
1402          solve run_email2trac problem
1403
1404        Both errors reported by: kilian.cavalotti@lip6.fr
1405
14062006-01-20  Bas van der Vlies <basv@sara.nl>:
1407        * A warning error is fixed by kilian.cavalotti@lip6.fr
1408        * Several errors in make install ;-(, reported by
1409          tacker
1410
14112006-01-15  Bas van der Vlies <basv@sara.nl>:
1412        * Added configure script.
1413
14142006-01-10  Bas van der Vlies <basv@sara.nl>:
1415        * Removed project_root from source and config file
1416        * Adjust code so we can use mulitple stanza's in config file, eg:
1417          [bas]
1418          project: /data/trac/bas
1419          spam_level: 3
1420
1421          use option "-p|--project bas" to select the stanza
1422
14232006-01-04  Bas van der Vlies <basv@sara.nl>:
1424
1425        * Fixed getopt for -f option
1426        * Added suppport for different TRAC versions (0.8 and 0.9)
1427
14282006-01-03  Michel Jouvin  <jouvin@lal.in2p3.fr>
1429
1430        * email2trac.py (ReadConfig) : allow project name relative to project root in configuration file
1431       
1432        * email2trac.py (TicketEmailParser.parse): save entire email for debugging only if debug >= 2
1433
1434        * run_email2trac.c: pass wrapper arguments to Python script, filtering out --file
1435
1436        * email2trac.py (TicketEmailParser.debug_attachments): set tmp file created for debugging writable by anybody (to avoid problem if the script is run with a different uid during tests)
1437
1438        * email2trac.py (TicketEmailParser.parse): set tmp file created for debugging writable by anybody (to avoid problem if the script is run with a different uid during tests)
1439
14402005-12-22  Michel Jouvin  <jouvin@lal.in2p3.fr>
1441
1442        * Makefile: add a Makefile to build and install email2trac
1443
1444        * email2trac.py: migrate to Trac 0.9 API
1445
14462005-12-21  Michel Jouvin  <jouvin@lal.in2p3.fr>
1447
1448        * run_email2trac.c: add error messages if DEBUG macro defined
1449
1450        * run_email2trac.c: add error testing and specific return values for each error
1451
1452        * run_email2trac.c: Move site specific paramaters to run_email2trac.h
1453
1454        * run_email2trac.h: include file to define site specific paramaters
1455
14560.2.4 01/11/2005
1457        Added email_header option if set then show TO/CC fields in
1458        description of the ticket.
1459
1460        Fixed an error in the mailto URL. This was an old error that
1461        supposed to be fixed but reoccured in this version.
1462       
14630.2.3 31/10/2005
1464        Fixed a bug with base64 encoded attachments/emails
1465        Fixed by: Walter de Jong
1466
14670.2.2 10/10/2005
1468        according to RFC 2368 (titled "the mailto URL scheme") the mailto
1469        URL can only work with short &body messages. It fails with long
1470        messages and the link won't work. Therefore the mail body is
1471        no longer copied into the mail reply.
1472
14730.2.1 10/07/2005
1474        body of reply email looks better
1475
1476
14770.2   10/07/2005
1478        mailto is replaced by a html mailto to line. If
1479        you reply to the ticket via this link then an
1480        email client is started with some default values:
1481                To: <reporter>
1482                Subject: Re: <orginal subject>
1483                Body: email_comment <orginal text>
1484
1485        email2trac.conf:
1486                email_comment: # (default:  >)
1487
1488               
1489
Note: See TracBrowser for help on using the repository browser.