Changes between Version 19 and Version 20 of MailToTracPlugin


Ignore:
Timestamp:
Sep 12, 2013, 9:29:48 PM (11 years ago)
Author:
Vikraman
Comment:

Update the mail2tracAdmin script instructions

Legend:

Unmodified
Added
Removed
Modified
  • MailToTracPlugin

    v19 v20  
    1515If invoke returns an [http://docs.python.org/library/email email] message, then subsequent `IEmailHandler`s will also process the message.  If `None` is returned, then the message is consumed and execution stops.
    1616
    17 To enable the plugin for `postfix`, add an appropriate line to the aliases file (usually `/etc/aliases` or `/etc/postfix/aliases` and then refreshing the aliases database (see [http://www.postfix.org/aliases.5.html man aliases]).  The `mail2trac` script takes a `-p` command line argument for the path to the project environment.  The incoming email address should equal
     17To enable the plugin for `postfix`, add an appropriate line to the aliases file (usually `/etc/aliases` or `/etc/postfix/aliases` and then refreshing the aliases database (see [http://www.postfix.org/aliases.5.html man aliases]).  The `mail2tracAdmin` script takes as argument the path to the project environment.  The incoming email address should equal
    1818
    1919{{{
     
    2727
    2828{{{
    29 foo: "| /path/to/mail2trac -p /var/trac/bar"
     29foo: "| /path/to/mail2tracAdmin /var/trac/bar"
    3030}}}
    3131