Custom Query (332 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (304 - 306 of 332)

Ticket Resolution Summary Owner Reporter
#229 fixed Blacklist to exclude reporters from receiving a notification bas hju@…
Description

Some of the reporters to our trac-system are other ticket-systems.

The admins complained about receiving our confimation which causes a new ticket to be opened in their system.

Lookin for a solution I extended my code from #178 to implement a notify_black_list in email2trac.conf There I can add all the emails to be excluded from notification. (Like black-List and white_list). As we never notify the reporter (exept for reporters via email2trac) I just have to exclude the mail-reporter from beeing added to the recipients-list. A more perfect code should scan the recipients to remove the emails which are on the ´notify_black_list´...

I've added the additional modification which are working fine in our environment (Version 1.4.6)

#75 fixed black_list splits on whitespace instead of commas bas email2trac@…
Description

The documentation indicates the black_list parameter is comma-separated, but the code splits on whitespace.

#56 fixed blacklisting, check for case insensitive postmaster@ bas gregoryba@…
Description

similar to #39, the blacklisting should also check for, and thus kill, mail from postmaster@ in addition to mailer-daemon@. i've patched my local version as such:

274:                     MAILER-DAEMON@|postmaster@
Note: See TracQuery for help on using queries.