Custom Query (332 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (127 - 129 of 332)

Ticket Resolution Summary Owner Reporter
#247 fixed Fix for problem with long attachment's filenames on native language bas anonymous
Description

Sympthoms: when user attached into email for trac file with long name (more then 25+ characters) or file with filename on native laguage (like russian) - email2trac can't store that attachment from message and do nothing. No notify about fail for user, or create new ticket or modify exist ticket WITHOUT attachment from message.

Solution: Required external python module trans. URL: http://pypi.python.org/pypi/trans "At the moment, Czech, Greek, Latvian, Polish, Turkish, Russian, Ukrainian alphabets are supported (it covers 99% of needs)."

Path file in attach. Also included some fix for reopen ticket via email.

#72 duplicate Format of the mail bas Niels Stargardt <niels.stargardt@…>
Description
Hi,

I'm interested in the EmailToTrac -Script. Unfortunately I couldn?t
found
any information about the format of the email. Are there special
markers
to define the component and something like that?
Any information would be appreciated.
Niels Stargardt

#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.