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] Block attachment extension

2018-08-23 Thread Heiko Schlittermann via Exim-users
Sławomir Dworaczek via Exim-users (Do 23 Aug 2018 15:47:04 CEST): > this is the whole acl rule > > acl_check_mime: > accept hosts = : > # --- accept messages for abuse / postmaster > accept condition = $acl_m_pm … And the log told you what? -- Heiko signature.asc Description:

Re: [exim] Corrupted log lines when validating DKIM signatures

2018-08-23 Thread Jeremy Harris via Exim-users
On 08/22/2018 09:38 AM, John Hall via Exim-users wrote: > 2018-08-21 11:56:58 1fs4LJ-0001VN-G3 DKIM: d=email.tladoonline.com > s=10dkim1 c=relaxed/relaxed a=rsa-sha256 b=2048 > i=+Ud^A^DV?<9E> W > This is on Exim 4.89 in Debian 9.5. Quite likely 31323b3044 - the commit comment for that was

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

[exim] Corrupted log lines when validating DKIM signatures

2018-08-23 Thread John Hall via Exim-users
Hi, I'm sometimes seeing some corrupted output in my Exim logs when verifying DKIM signatures, for example: 2018-08-21 11:56:58 1fs4LJ-0001VN-G3 DKIM: d=email.tladoonline.com s=10dkim1 c=relaxed/relaxed a=rsa-sha256 b=2048 i=+Ud^A^DV?<9E> W Sometimes I get something more valid like this:

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] Block attachment extension

2018-08-23 Thread Sławomir Dworaczek via Exim-users
this is the whole acl rule acl_check_mime: accept hosts = : # --- accept messages for abuse / postmaster accept condition = $acl_m_pm deny decode = default condition = ${if >{$mime_anomaly_level}{1}} message= This message contains a MIME error

Re: [exim] Block attachment extension

2018-08-23 Thread Heiko Schlittermann via Exim-users
Sławomir Dworaczek via Exim-users (Do 23 Aug 2018 13:13:45 CEST): > Heloo > how to block attachment with zip rar etc. extension in Exim 4.91 ? > this entry in the configuration has stopped working > > deny condition = ${if match{$mime_boundary}{\N( |\t)$\N}} >message= MIME

Re: [exim] Block attachment extension

2018-08-23 Thread Sławomir Dworaczek via Exim-users
heloo it stopped working from changing the exim version to 4.91 Regards - Original Message - From: "Jeremy Harris via Exim-users" To: Sent: Thursday, August 23, 2018 2:16 PM Subject: Re: [exim] Block attachment extension On 08/23/2018 12:13 PM, Sławomir Dworaczek via Exim-users

Re: [exim] Block attachment extension

2018-08-23 Thread Jeremy Harris via Exim-users
On 08/23/2018 12:13 PM, Sławomir Dworaczek via Exim-users wrote: > this entry in the configuration has stopped working What have you changed since it did work? -- Jeremy -- ## List details at https://lists.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please

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 =

[exim] Block attachment extension

2018-08-23 Thread Sławomir Dworaczek via Exim-users
Heloo how to block attachment with zip rar etc. extension in Exim 4.91 ? this entry in the configuration has stopped working deny condition = ${if match{$mime_boundary}{\N( |\t)$\N}} message= MIME boundary delimiter ends with whitespace deny condition = ${if

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