source: trunk/ChangeLog @ 598

Last change on this file since 598 was 598, checked in by bas, 12 years ago

Updated changelog

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