Re: [exim] XCLIENT supported by exim?

Startseite
Nachricht löschen
Nachricht beantworten
Autor: Tom Kistner
Datum:  
To: Heiko Schlichting
CC: exim-users
Betreff: Re: [exim] XCLIENT supported by exim?
Heiko Schlichting schrieb:

> In the latest release (4.69) there is no match for "expand" in spam.c.
> I know that there is such thing in malware.c
>
>     av_scanner_work = expand_string(av_scanner);

>
> but I do not found an analogue in scanner.c. Hopefully you already
> implemented it already on your system.


I'm sorry, I live in the future (meaning the feature is in CVS, yet
unreleased):

whizbang src # grep expand spam.c
     spamd_address_work = expand_string(spamd_address);
         "spamassassin acl condition: spamd_address starts with $, but 
expansion failed: %s", expand_string_message);