source: trunk/ChangeLog @ 654

Last change on this file since 654 was 654, checked in by bas, 10 years ago

fixed format-security problem, closes #341
fixed Typo in variable assignment, closes #342

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