Re: [Exim] Executable Content Filter not matching when it sh…

Startseite
Nachricht löschen
Nachricht beantworten
Autor: Hugh Sasse Staff Elec Eng
Datum:  
To: Patrice Fournier
CC: EXIM users list
Betreff: Re: [Exim] Executable Content Filter not matching when it should?
On Thu, 14 Mar 2002, Patrice Fournier wrote:

> Quoting Hugh Sasse Staff Elec Eng <hgs@???>:
>
> > On Wed, 13 Mar 2002, Chris Edwards wrote:
> > Yes, my exim-3.35/src/expand.c has got
> >         if (body[--len] == '\n' || body[len] == 0) body[len] = ' ';
> > in the right place, line 577, so I don't think I botched patching it..

>
> What's on line 578? i.e. which version of the patch did you apply? If line
> 578 is body++;, then remove it completly.


It is not there (pasting from vim):
575       while (len > 0)
576         {
577         if (body[--len] == '\n' || body[len] == 0) body[len] = ' ';
578         }
579       }


I picked up the version from
http://www.exim.org/mailman/htdig/exim-users/Week-of-Mon-20020311/036091.html

which is from :
Philip Hazel ph10 at cus.cam.ac.uk
Tue, 12 Mar 2002 08:51:10 +0000 (GMT)

This seems to tbe the most recent version of the 3.35 patch in the
archive... Have I missed anything?

>
> --
> Patrice Fournier
> pfournier@???
>

        Hugh