On Thu, Aug 23, 2018 at 8:57 AM, Julian Bradfield via Exim-users < [email protected]> wrote:
> On 2018-08-22, Emanuel Gonzalez via Exim-users <[email protected]> > wrote: > > 2018-08-22 07:48:12 1fsQgL-000554-6N Entrantes y Salientes autenticados > - Cuenta_FROM: <[email protected]> - 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" > > > You haven't escaped the ? in your regex. > Instead, the $ is escaped, so a header that would be matched could be: ¿Eres del vide$spamspam oh lovely spam and some nasty unsafe characters -- Jan -- ## List details at https://lists.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://wiki.exim.org/
