From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <4483444E.20304@domain.hid> Date: Sun, 04 Jun 2006 22:36:30 +0200 From: Philippe Gerum MIME-Version: 1.0 Subject: Re: [Xenomai-core] Xenomai v2.2-rc2 References: <446F852B.7090400@domain.hid> <200605211642.40509.niklaus.giger@domain.hid> In-Reply-To: <200605211642.40509.niklaus.giger@domain.hid> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit List-Id: "Xenomai life and development \(bug reports, patches, discussions\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: niklaus.giger@domain.hid Cc: xenomai@xenomai.org, xenomai@xenomai.org Niklaus Giger wrote: > Am Samstag, 20. Mai 2006 23:07 schrieb Philippe Gerum: > >>Here is the second release candidate for the v2.2 branch. Short log >>follows: > > Could you please apply the patch below to make xeno-test send e-mails to > xenomai-data@domain.hid. > > I am unsure whether setting sentby='xenotest.sender@domain.hid' is a good > idea. Or is this a way to accept e-mails from unkown senders? In any way I > think it would be nice if one could accept xeno-test messages from > unsubscribed senders. > > I really would like to collect some real data. > Applied, thanks. > Thanks in advance. > > Niklaus Giger > > Index: scripts/xeno-test.in > =================================================================== > --- scripts/xeno-test.in (Revision 1135) > +++ scripts/xeno-test.in (Arbeitskopie) > @@ -19,7 +19,7 @@ > name can be full or relative pathname > -v verbose > -M sends output to given addr > - -m sends output to xenotest.output@domain.hid > + -m sends output to xenomai-data@domain.hid > -U uploads output to given URL > > # following options are passed thru to latency > @@ -167,7 +167,7 @@ > logprefix=/tmp/ # someplace usually there > prepost= # command to run pre, and post test (ex ntpq -p) > > -email='xenotest.output@domain.hid' # until formalized > +email='xenomai-data@domain.hid' > sentby='xenotest.sender@domain.hid' > url= > sendit= # send it by m-mail, u-url > -- Philippe.