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

2018-08-31 Thread Emanuel Gonzalez via Exim-users
Hello, i use this regex and work fine for me: \N(?i)(Re: Tu dep\363sito de \$13\,710\.38)\N Regards, -- ## 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/

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

2018-08-28 Thread Heiko Schlittermann via Exim-users
Emanuel Gonzalez via Exim-users (Mo 27 Aug 2018 19:32:32 CEST): > ==> Changing the charset from the configuration file does not work either > ==> I also need to block an issue with the following string: Re: Tu depósito > de $13,710.38 Please attach the raw headers and your configuration

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

2018-08-28 Thread Jasen Betts via Exim-users
On 2018-08-27, Emanuel Gonzalez via Exim-users wrote: > Hello, > > > I have tried all the recommendations but it does not work. > > > The following regular expression does not work > > > \N^\0277Eres el del video\?$\N I think you mean \277 which is "¿" in 8859-9 not \0277 which is a control

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

2018-08-27 Thread Jeremy Harris via Exim-users
On 08/27/2018 06:32 PM, Emanuel Gonzalez via Exim-users wrote: > The following regular expression does not work > > > \N^\0277Eres el del video\?$\N > > > ==> scape the sign ? not work Are you absolutely certain that the character you think is a question-mark is in fact an ASCII single-byte

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

2018-08-27 Thread Jan Ingvoldstad via Exim-users
On Mon, Aug 27, 2018 at 7:51 PM, Emanuel Gonzalez < emanuel_gonza...@live.com.ar> wrote: > I'm filtering the mail before I get to the antispam, to save resources, I > do not want to analyze an email that I know is junk mail > > > That's pretty minimal for letting SpamAssassin or Sieve do the

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

2018-08-27 Thread Emanuel Gonzalez via Exim-users
] Filter with special characters (!?) On Mon, Aug 27, 2018 at 7:32 PM, Emanuel Gonzalez via Exim-users mailto:exim-users@exim.org>> wrote: Hello, ... ==> I also need to block an issue with the following string: Re: Tu depósito de $13,710.38 ... any ideas? I think you need to sto

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

2018-08-27 Thread Jan Ingvoldstad via Exim-users
On Mon, Aug 27, 2018 at 7:32 PM, Emanuel Gonzalez via Exim-users < exim-users@exim.org> wrote: > Hello, ... > > > ==> I also need to block an issue with the following string: Re: Tu > depósito de $13,710.38 > > ... > > > any ideas? > I think you need to stop placing these special rules

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

2018-08-27 Thread Emanuel Gonzalez via Exim-users
Hello, I have tried all the recommendations but it does not work. The following regular expression does not work \N^\0277Eres el del video\?$\N ==> scape the sign ? not work ==> Changing the charset from the configuration file does not work either ==> I also need to block an issue with

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

2018-08-23 Thread Jasen Betts via Exim-users
On 2018-08-24, Jan Ingvoldstad via Exim-users wrote: > On Thu, Aug 23, 2018 at 8:57 AM, Julian Bradfield via Exim-users < > exim-users@exim.org> wrote: > >> On 2018-08-22, Emanuel Gonzalez via Exim-users >> wrote: >> > 2018-08-22 07:48:12 1fsQgL-000554-6N Entrantes y Salientes autenticados >> -

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

2018-08-23 Thread Jan Ingvoldstad via Exim-users
On Thu, Aug 23, 2018 at 8:57 AM, Julian Bradfield via Exim-users < exim-users@exim.org> wrote: > On 2018-08-22, Emanuel Gonzalez via Exim-users > wrote: > > 2018-08-22 07:48:12 1fsQgL-000554-6N Entrantes y Salientes autenticados > - Cuenta_FROM: - X-Mailer = Microsoft Outlook > Express

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

2018-08-23 Thread Jasen Betts via Exim-users
On 2018-08-23, Emanuel Gonzalez via Exim-users wrote: > Hello, I need to use the following symbols exclamation mark and question mark > (! ?) as characters in a filter but using HEX does not work. > > > discardcondition = ${if match{$header_subject:}{^\277Eres el del > video?\$}} > logwrite

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

2018-08-23 Thread Julian Bradfield via Exim-users
On 2018-08-22, Emanuel Gonzalez via Exim-users wrote: > 2018-08-22 07:48:12 1fsQgL-000554-6N Entrantes y Salientes autenticados - > Cuenta_FROM: - X-Mailer = Microsoft Outlook > Express 6.00.2900.2950 - Subject = \277Eres el del video? > > discardcondition = ${if

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

2018-08-23 Thread Heiko Schlittermann via Exim-users
Emanuel Gonzalez via Exim-users (Do 23 Aug 2018 12:48:42 CEST): > Hello, I need to use the following symbols exclamation mark and question mark > (! ?) as characters in a filter but using HEX does not work. > > > discardcondition = ${if match{$header_subject:}{^\277Eres el del > video?\$}}

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

2018-08-23 Thread Lena--- via Exim-users
> 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: - X-Mailer = Microsoft Outlook > Express 6.00.2900.2950 - Subject = \277Eres el del video? > > discardcondition =

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

2018-08-23 Thread Emanuel Gonzalez via Exim-users
Hello, I need to use the following symbols exclamation mark and question mark (! ?) as characters in a filter but using HEX does not work. discardcondition = ${if match{$header_subject:}{^\277Eres el del video?\$}} logwrite = Rejected By SPAM - $header_subject - FROM: "$sender_address" I

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

2018-08-22 Thread Heiko Schlittermann via Exim-users
Emanuel Gonzalez via Exim-users (Mi 22 Aug 2018 20:53:00 CEST): > Hi, I'm trying to create a discard rule for the incoming spam email which > contains an special characters in a subject. > > In the exim log i see this: > > 2018-08-22 07:48:12 1fsQgL-000554-6N Entrantes y Salientes autenticados