Re: [exim] sg and $spam_report

Inizio della pagina
Delete this message
Reply to this message
Autore: Jeremy Harris
Data:  
To: exim-users
Oggetto: Re: [exim] sg and $spam_report
On 12/05/2009 08:59 PM, Marc Perkel wrote:
> Trying to use the sg command on the return from SpamAssassin to extract
> info from the report. The problem is $spam_report has multiple lines and
> the sg seems to want to operate on each line individually. What I'd like
> to do is extract a string from part of the last line.


Assuming that ${sg uses the PCRE library, try putting the matcher into
multiline mode using (?m). http://www.pcre.org for docs.

Cheers,
    Jeremy