Custom Query (332 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (178 - 180 of 332)

Ticket Resolution Summary Owner Reporter
#76 fixed This pages contains both secure and unsecure items bas jon.wbstr@…
Description

Project page is using https, but it looks like the google adds are unsecure items and cause this error to come up on every page using IE6. Firefox2 just doesn't load the content evidently.

#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>
Note: See TracQuery for help on using queries.