Changeset 10 for emailtotracscript
- Timestamp:
- 01/04/06 17:18:51 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
emailtotracscript/0.9/email2trac.py
r9 r10 54 54 umask: 022 # OPTIONAL, if set then use this umask for creation of the attachments 55 55 mailto_link: 1 # OPTIONAL, if set then [mailto:<CC>] in description 56 trac_version: 0.8 # OPTIONAL, default is 0.9 56 57 57 * Configure script as a mail (pipe) filter with your MTA58 typically, this involves adding a line like this to /etc/aliases:59 somename: | /usr/sara/sbin/run_email2trac60 61 Check your MTA's documentation for specifics.62 63 58 * 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> 64 65 65 66 SVN Info:
Note: See TracChangeset
for help on using the changeset viewer.