Changeset 218 for trunk/email2trac.py.in


Ignore:
Timestamp:
08/07/08 14:40:22 (15 years ago)
Author:
bas
Message:

email2trac.py.in:

  • fixed black_list parameter split to comma-separated, closes ticket #75
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/email2trac.py.in

    r217 r218  
    292292                        black_list = 'MAILER-DAEMON@'
    293293
    294                 black_list = string.split(black_list)   
     294                black_list = string.split(black_list, ',')     
    295295                if not black_list.count('MAILER-DAEMON@'):
    296296                        black_list.append('MAILER-DAEMON@')
Note: See TracChangeset for help on using the changeset viewer.