monotone-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Monotone-devel] [IMPORTANT] Issue migration


From: Patrick Georgi
Subject: Re: [Monotone-devel] [IMPORTANT] Issue migration
Date: Tue, 28 Sep 2010 15:16:25 +0200
User-agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; de; rv:1.9.2.9) Gecko/20100915 Lightning/1.0b2 Thunderbird/3.1.4

Am 28.09.2010 15:01, schrieb Thomas Keller:
> Now if you know how one can easily process incoming mail (maildir / mbox
> / whatever style), we could probably set something up like this.
Add to /etc/aliases (or /etc/mail/aliases or whatever):
---- snip ----
issues: |/usr/bin/php /path/to/your/script
---- snip ----
(if address@hidden is the intended address)

and regenerate any binary representation of it (newaliases(1) usually
does this). Alternatively, if the user in question is an actual system
user, add "|/usr/bin/..." in the users $HOME/.forward

Either way tells the mail server to pipe incoming mail content to the
command listed after "|" (pipe symbol).

If you want to establish per-project addresses, many mailservers accept
"address@hidden" and pass those mails to "user". With that, the
project could be parsed out from the mail recipient.


Patrick



reply via email to

[Prev in Thread] Current Thread [Next in Thread]