Custom Query (332 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (154 - 156 of 332)

Ticket Resolution Summary Owner Reporter
#77 fixed Contributing back some customizations bas jon.wbstr@…
Description

I setup email2trac on windows this month using the virtual SMTP drop folder and ran into a couple of issues.

  1. The drop folder accepts mail to any address @domain.com or @server.ip.address.
  2. Email sent from outlook contain a winmail.dat file which does not need to be on the tickets.
  3. Email sent containing HTML, result in 'part0001.html' attachments that also do not need to be on the tickets.

The attached diff is against trunk on 8/3/2008 and adds ignoring of winmail.dat and part0001.html attachments and the 'rcptaddress_list' parameter. Emails not sent to an address listed in rcptaddress_list is ignored.

I also revized the batch file slightly so that it deletes emails as they are processed to avoid accidently deleting an email that arrived durring processing but before the delete *.eml command is triggered.

SET MAIL_DIR=C:\Inetpub\mailroot\Drop

for %%f in ("%MAIL_DIR%\*.eml") do C:\python24\python.exe D:\svn_repository\email2trac\email2trac.py -p afids < %%f & DEL %%f
#78 fixed Tickets created by email2trac add a ticket ID change event bas jon.wbstr@…
Description

I see this change event for every ticket created by email2trac (trac 0.11).

    *   id  set to <ticketID>
#398 fixed file name after unzip bas joneum@…
Description

if i unzip the email2trac.tar.gz, the filename is email2trac-v2.9.0-a3679be28762ed851a9c66ed2f671603ef5e32e0

I working for the email2trac Port for FreeBSD, and since it is important, after unzip the filename isemail2trac-v2.9.0

Note: See TracQuery for help on using queries.