Re: [exim] Filter with special characters (!?)

Top Page
Delete this message
Reply to this message
Author: Lena
Date:  
To: exim-users
Subject: Re: [exim] Filter with special characters (!?)
> From: Emanuel Gonzalez

It's ACL, not a filter.

> In the exim log i see this:
>
> 2018-08-22 07:48:12 1fsQgL-000554-6N Entrantes y Salientes autenticados - Cuenta_FROM: <casagrognetiff@???> - X-Mailer = Microsoft Outlook Express 6.00.2900.2950 - Subject = \277Eres el del video?
>
> discard    condition = ${if match{$header_subject:}{^\277Eres el del video?\$}}           logwrite = Rejected By SPAM - $header_subject - FROM: "$sender_address"


 deny condition = ${if match{$header_subject:}\
                            {\N^\0277Eres el del video\?$\N}}
 message = rejected as spam - $header_subject: - FROM: $sender_address


This must be in the data ACL.