source: trunk/ChangeLog @ 600

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

updated version info

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