Re: [Exim] patch for XMLRPC support (Exim 4.10)

Top Page
Delete this message
Reply to this message
Author: Joel Vandal
Date:  
To: Nico Erfurth
CC: exim-users
Subject: Re: [Exim] patch for XMLRPC support (Exim 4.10)
Hi,

> >    #ifdef EXIM_PERL
> >    EITEM_PERL,
> >    #endif
> > +  #ifdef EXIM_XMLRPC
> > +  EITEM_XMLRPC,
> > +  #endif
> >    EITEM_READFILE,

>
> IIRC exim does a binary-search on these lists, that means, they must be
> in alphabetic order.


Does IIRC = "If I Recall Correctly"
(http://www.tuxedo.org/~esr/jargon/html/entry/IIRC.html). It's the first
time I see this abbreviation.

It's the first time I wrote an application in C (I have take a Learn
Yourself C book the last week) but I think that it's "cool" for my first C
code :) I'm more a PHP/Perl/Delphi programmer (doh! I program only on my
spare time since I have a lot of *nix box to admin)

>
> > @@ -1596,6 +1602,7 @@
> >     ${if cond {s1} {s2}}    conditional; the yielded string is expanded
> >                             {s2} can be replaced by "fail" or be omitted
> >     ${perl{sub}{a1}...      call Perl (if configured)
> > +   ${xmlrpc{sub}{a1}...    call Perl (if configured)
> ;)))


Oops :) A little cut&paste error :)

--
Joel