Custom Query (332 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (10 - 12 of 332)

1 2 3 4 5 6 7 8 9 10 11 12 13 14
Ticket Resolution Summary Owner Reporter
#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

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

#59 fixed are some of these config ints actually bools? bas zooko@…
Description

If "debug" and "replay_all" are actually bools (they can have one of two possible values), then their values should be written "True" and "False" instead of "1" and "0" in the config file.

1 2 3 4 5 6 7 8 9 10 11 12 13 14
Note: See TracQuery for help on using queries.