Changeset 10


Ignore:
Timestamp:
01/04/06 17:18:51 (18 years ago)
Author:
bas
Message:

EmailtoTracScript?:

email2trac.py:

  • print commandline options if we want help
File:
1 edited

Legend:

Unmodified
Added
Removed
  • emailtotracscript/0.9/email2trac.py

    r9 r10  
    5454        umask: 022                   # OPTIONAL, if set then use this umask for creation of the attachments
    5555        mailto_link: 1               # OPTIONAL, if set then [mailto:<CC>] in description
     56        trac_version: 0.8            # OPTIONAL, default is 0.9
    5657       
    57  * Configure script as a mail (pipe) filter with your MTA
    58     typically, this involves adding a line like this to /etc/aliases:
    59        somename: | /usr/sara/sbin/run_email2trac
    60 
    61     Check your MTA's documentation for specifics.
    62 
    6358 * default config file is : /etc/email2trac.conf
     59
     60 * Commandline opions:
     61                -h | --help
     62                -c <value> | --component=<value>
     63                -f <config file> | --file=<config file>
     64                -p <project name> | --project=<project name>
    6465
    6566SVN Info:
Note: See TracChangeset for help on using the changeset viewer.