Re: [Exim] needed: beagle/bagle pattern

Páxina inicial
Borrar esta mensaxe
Responder a esta mensaxe
Autor: Fred Viles
Data:  
Para: Exim User's Mailing List
Asunto: Re: [Exim] needed: beagle/bagle pattern
On 21 Jan 2004 at 1:40, Greg A. Woods wrote about
    "Re: [Exim] needed: beagle/bagle pat":


|...
| > > check_exe:
| > >   driver    = redirect
| > >   no_verify
| > >   data        = ${if match { $message_body } \
| > >         { "TV[nopqr][A-Z]...[AB]..A.A....*AAAA...*AAAA" } \

|...
| Note that the pattern should match the beginning of a line


According to the spec, there are no line breaks in the expansion of
$message_body. Newlines are converted to spaces.

- Fred