Re: [Exim] missing Tom...

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: Oliver Eikemeier
Fecha:  
A: Kevin W. Reed, Odhiambo Washington
Cc: Exim-Users
Asunto: Re: [Exim] missing Tom...
Oliver Eikemeier wrote:
> a patch is worth a thousand words:


Kevin W. Reed wrote:
> I just got a chance to take a look at this now and am a bit confused as to
> what it really is for.
>
> Originally, I thought this was so you could apply the current exiscan-acl
> patch to the newer just released 4.23 version of Exim. But in this patch,
> you are referencing the source tree with version 4.22 mentioned and it
> does not appear to apply cleanly to the exiscan-acl patch for 4.22.
>
> The filenames don't seem to be correct either, but of course one can call
> the patch file anything they want, just that when you download it, it
> defaults to: exiscan-acl-4.22-12.patch.txt
>
> What exactly is this supposed to do and to what?


Odhiambo Washington wrote:

> Hi Oliver,
>
> This is a patch against exiscan-acl patch, yes? Is it what we need
> to apply then apply the patch to 4.23??


Sorry that the mail was so confusing. This is a patch against
exiscan-acl-4.22-12 to apply it to the exim-4.23 source tree.

I was just missing Toms excellent work and his quick reaction time, and
coulddn't wait to test the brand new exim with exiscan-acl...

Do the following (replacing fetch by curl, wget or whatever you have on your
system):

fetch 'http://duncanthrax.net/exiscan-acl/exiscan-acl-4.22-12.patch'

fetch 'http://www.exim.org/pipermail/exim-users/Week-of-Mon-20030915/059928.html'

  sed -e '1,/^--- .* begins here ---$/d' -e '/^--- .* ends here ---$/,$d' \
    -e 's/"/"/g' -e 's/^$/  /' 059928.html > exiscan-acl-4.22-12.patch.patch


patch -p0 < exiscan-acl-4.22-12.patch.patch

patch -p1 -d /path/to/exim/sources/exim-4.23 < exiscan-acl-4.22-12.patch

and voila, you have an exim-4.23 source tree with an exiscan-acl-4.22-12 patch applied.

If you have a production system, please, wait till Tom is back:
http://article.gmane.org/gmane.mail.exim.exiscan.user/1061

On the other hand, If you have a test system, go ahead!

And, if you've waited for exiscan-acl-4.23-12 before testing, don't forget:
http://www.exim.org/pipermail/exim-users/Week-of-Mon-20030915/059697.html

Regards
    Oliver