Modify

Opened 13 years ago

Closed 13 years ago

#238 closed enhancement (fixed)

add optional filtering for ticket creation

Reported by: lquentin@… Owned by: bas
Priority: major Milestone:
Component: email2trac Version: 2.0.2
Keywords: ticket creation filter Cc:

Description

Add a filtering option to prevent anyone from adding new tickets via email2trac, without using trac permissions. In my case, to prevent users from sending a new ticket by email if mistaking on the email address. I wrote a dirty fix for that, using an additional configuration file, in which the email addresses of the allowed creators are comma-separated. The patch is attached here.

Attachments (1)

ticket_creators.patch (7.6 KB) - added by anonymous 13 years ago.

Download all attachments as: .zip

Change History (4)

Changed 13 years ago by anonymous

comment:1 Changed 13 years ago by bas

Thanks for the patch. I think what you want is already implemented:

white_list	 None	 If set only accept mail when sender matches. Can have multiple values separated by ,

comment:2 Changed 13 years ago by lquentin@…

It seems I missed that… It works, thanks for your help.

comment:3 Changed 13 years ago by bas

  • Resolution set to fixed
  • Status changed from new to closed

your welcome and i am glad that it works as expected

Add Comment

Modify Ticket

Change Properties
Action
as closed The owner will remain bas.
The resolution will be deleted. Next status will be 'reopened'.
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.