Custom Query (332 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (202 - 204 of 332)

Ticket Resolution Summary Owner Reporter
#303 fixed Fwd: email2trac not compatible with trac 1.0? bas thomas.schabetsberger@…
Description
Dear Support,

I have updated to the latest stable release of trac 1.0. Now email2trac
stopped working. I get an error in the logs:

Sep 28 20:55:59 minerva email2trac trac: TRAC version 0.0 is not supported

Do you have an idea what to do?

Best regards,
Thomas







DDr. Thomas Schabetsberger
Einhornweg 26a
6068 Mils
Austria

Email: thomas.schabetsberger@webtek.at
Mobile: +43 664 2062399
Fax: +43 5223 20102 15


Der Inhalt dieser E-Mail samt Anlagen ist vertraulich und u. U. rechtlich
geschützt. Der Inhalt ist ausschließlich an einen bestimmten Empfänger
gerichtet. Eine Weitergabe, die Herstellung von Kopien oder der sonstige
Gebrauch durch Nichtadressaten ist nicht erlaubt. Ich bitte daher jeden
anderen Empfänger, der diese E-Mail versehentlich erhält, mich umgehend zu
informieren und die Nachricht zu löschen.
The information is intended to be for the use of the intended addressee
only.
Please be aware that any disclosure, copy, distribution or use of the
contents
of this message is prohibited. If you have received this e-mail in error
please notify me immediately by reply e-mail and delete this message and any
attachments from your system. Thank you for your cooperation.

Added by email2trac

#136 fixed From: line misparsed when smtp_default_domain is set bas brooks@…
Description

We've currently got (modulo real names) smtp_default_domain=trac.example.org in our configuration and that's leading to weird results. For example, if we send in a ticket request with:

From: John Doe <jdoe@example.org>

Trac sends back notices addressed to John@…, Doe@…, and jdoe@…. It seems like stripping the reporter down to just actual e-mail addresses would be the right fix in this case.

#341 fixed format-security problem bas thomas.moschny@…
Description

When run_email2trac.c is compiled with -Werror=format-security, this error is thrown:

gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches  -m64 -mtune=generic -o run_email2trac run_email2trac.c
run_email2trac.c: In function 'email2trac_log':
run_email2trac.c:59:5: error: format not a string literal and no format arguments [-Werror=format-security]
     syslog(LOG_ERR, message);
     ^

The attached patch fixes this.

Note: See TracQuery for help on using queries.