Custom Query (332 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (283 - 285 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
#169 fixed Contributed ebuild of trac2email for gentoo bas John Lowry <johnlowry@…>
Description

Attached is an ebuild for email2trac. This is the like a .spec file for an RPM, it describes how to build a package and get it running.

#50 fixed Configuring a exim4 debian package to use with email2trac bas <Jean-Christophe.Liechti@…>
Description
Hi,



I'm trying to install email2trac on my trac system.



I've set a support email address, I've added router and transport as
mentioned:



prod:/etc/exim4/conf.d# more transport/30_exim4-config_trac

trac_transport:

  driver = pipe

  command = /usr/local/bin/email2trac

  current_directory = /tmp

  home_directory =  /tmp

  user = www-data

  group = www-data



prod:/etc/exim4/conf.d# more router/101_exim4-config_trac_gw

trac_router:

  driver = accept

  require_files = /usr/local/bin/email2trac

  local_parts = support

  transport = trac_transport





When I send a message to support it functions:



2008-03-04 09:14:03 1JWTDn-0000RR-Ao <= root@nouvo.info U=root P=local
S=2153

2008-03-04 09:14:03 1JWTDn-0000RR-Ao => support <support@nouvo.info>
R=local_user T=maildir_home

2008-03-04 09:14:03 1JWTDn-0000RR-Ao Completed



But it seems like it's not piped to trac2mail... Don't we need to set
the -project= in exim4? I' can't see any log with tail -n 50
/var/log/syslog (is it right?)



If I'm using email2trac -project=  < test.msg everything's going
right.



Thank you very much for your help.



Sincerely yours,



Jean-Christophe Liechti

Nouvelles technologies et innovation

Télévision Suisse Romande

20 Quai Ernest Ansermet

CH-1211 Genève 8

SWITZERLAND

jean-christophe.liechti@tsr.ch

mobile: +41 79 570 1475

phone: +41 22 708 7686






************************* DISCLAIMER *********************************
Ce message et toutes les pieces jointes (ci-apres le "message") sont
etablis a l'intention exclusive de ses destinataires et sont
confidentiels. Si vous recevez ce message par erreur, merci de le
detruire et d'en avertir immediatement l'expediteur. Toute utilisation
de ce message non conforme a sa destination, toute diffusion ou toute
publication, totale ou partielle, est interdite, sauf autorisation
expresse. L'internet ne permettant pas d'assurer l'integrite de ce
message, la Television Suisse Romande decline toute responsabilite au
titre de ce message, dans l'hypothese ou il aurait ete modifie.

This message and any attachments (here after "message") is intended
solely for the addressees and is confidential. If you receive this
message by error, please delete it and immediately notify the sender.
Any use not in accord with its purpose, any dissemination or
disclosure, either whole or partial, is prohibited except formal
approval. The internet can not guarantee the integrity of this
message. Television Suisse Romande shall not therefore be liable for
the message if modified.
*********************************************************************
Note: See TracQuery for help on using queries.