Custom Query (332 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (322 - 324 of 332)

Ticket Resolution Summary Owner Reporter
#108 fixed Apple Mail can't reply to existing tickets bas pvz@…
Description

When trying to reply to an e-mail sent by Trac, the From:-address does not appear in the To:-field. Instead it it blank. Not sure what might be causing that. Anyway, I guess that's a problem with Trac, not with email2trac, since that's what's responsible for sending out updates to start with... but since typically people don't reply to Trac tickets unless there is email2trac, I figured asking here would be a good place to start.

I'm attaching the source code of an e-mail that exhibits the described behaviour.

#269 invalid Any user can subscribe by self on any ticket in any tracs via email2trac bas slevin@…
Description

If user know the project name, he is can change it in replay message to trac or he is can create a new e-mail to trac with and known Project_Name and after one space #Ticket_id in subject filed and send it. So trac subcribe that user after receive that message on ticket=#ID and Project =Project_Name from subject in the received e-mail without any checks of email authors permissions.

I guess enought to checking author of email (or senders e-mail address) with fileds author,CC (or any subcribers list) in exist ticket (equal ticket_id from subject in e-mail) and when users_name can't find in tickets subscribers of ticket - drop e-mail (or any other action)

Bas, can U make control of this check like variable in email2trac.conf ? - for example: check_subscribers_list = 0/1

#122 fixed An new error bas cbidwell@…
Description

Please forgive me as I'm not well versed with postfix/email so much. This is the error I'm getting:

Jan 28 16:21:40 ehpdevel postfix/local[11774]: A5DAFF08F8: to=<trac@…>, relay=local, delay=0.14, delays=0.03/0.04/0/0.07, dsn=5.3.0, status=bounced (Command died with status 251: "/usr/local/bin/run_email2trac --project=trac --ticket_prefix=trac")

Running Trac v11.2.1.

This is my line in my aliases file: trac: |"/usr/local/bin/run_email2trac --project=trac --ticket_prefix=trac"

Both the run_email2trac and the email2trac file are chowned by user nobody.

Any help would be greatly appreciated.

Note: See TracQuery for help on using queries.