Re: [exim] $acl_verify_message - comment and question

Kezdőlap
Üzenet törlése
Válasz az üzenetre
Szerző: Lena
Dátum:  
Címzett: Exim-users
Tárgy: Re: [exim] $acl_verify_message - comment and question
From: Marc Perkel

> And a quick question on string parsing. If I have a string with a
> newline in it (abc\ndef) what's an easy way to extract the second line?


I suppose that for extraction of the last line this should work:
${sg{string}{\N^.+\n\N}{}}