Re: [exim] Exim regex limit length

2018-04-18 Thread Jeremy Harris via Exim-users
On 18/04/18 18:38, Emanuel Gonzalez via Exim-users wrote: > this rule block to sending or receiving mail? my idea is block for outgoing > email from my server. Depending where you put it, it most-likely would be used to cause Exim to not accept the mail fore delivery. That could apply to either

Re: [exim] Exim regex limit length

2018-04-18 Thread Emanuel Gonzalez via Exim-users
from my server I only allow the sending of mail only authenticating, but in some cases the account is violated and they simulate sending mail falsifying an entity. example: /^From: PayPal Inc/ /^From: PayPal/ my idea is that the rule is only for sending outgoing mail .include/opt/ex

Re: [exim] Exim regex limit length

2018-04-18 Thread Emanuel Gonzalez via Exim-users
Thanks for your reply, what you post is interesting. I have a question, to this rule: CFGDIR = /etc/exim reject condition = ${lookup {$header_subject:} nwildlsearch {CFGDIR/reject_subjects} {yes} {no}} this rule block to sending or receiving mail? my idea is block for outgoing email from my

Re: [exim] ARC: no t= field added

2018-04-18 Thread Max Kostikov via Exim-users
I'm running current 4.91 release. Jeremy Harris via Exim-users писал 2018-04-17 22:44: b) The timestamps option was added to Exim's ARC signing after 4.91 - what are you running? -- With best regards, Max Kostikov T: +7(952)7927000 | W: https://kostikov.co | BBM: 24CA5DF8 signature.asc

Re: [exim] Assistance requested with $if foray{...

2018-04-18 Thread Phil Pennock via Exim-users
On 2018-04-18 at 11:42 +, Robert Bannocks via Exim-users wrote: > I want to search a file for decreasingly specific forms of an address > that come from a given host and do some specialist routing thereafter. > To this end I have constructed the following confition: Can you change the stored f

Re: [exim] ACL verb "reject" - An error in the Specification?

2018-04-18 Thread Heiko Schlittermann via Exim-users
Heiko Schlittermann via Exim-users (Di 17 Apr 2018 21:07:54 CEST): … > I'll fix it, in case it proves to be wrong. > (Until now I do not know of an ACL verb „reject“) spec updated. Thank you for pointing it out. -- Heiko signature.asc Description: PGP signature -- ## List details at https://

Re: [exim] Exim regex limit length

2018-04-18 Thread Jakob Hirsch via Exim-users
On 18.04.2018 14:48, Emanuel Gonzalez via Exim-users wrote: > I've been having no luck with a simple regex to match strings with 20 or less > characters. ... > Subject example: Unlock Your Account > > > discardcondition = ${if match{$header_subject:}{.\{0,20\}Unlock Your > Account\$}} >

Re: [exim] Exim regex limit length

2018-04-18 Thread Jeremy Harris via Exim-users
On 18/04/18 13:48, Emanuel Gonzalez via Exim-users wrote: > discardcondition = ${if match{$header_subject:}{.\{0,20\}Unlock Your > Account\$}} > logwrite = Rejected By SPAM - $header_subject - FROM: > "$sender_address" Given it's not anchored at the left, and can be zero-len

Re: [exim] Exim regex limit length

2018-04-18 Thread Emanuel Gonzalez via Exim-users
Is it not possible to create the regular expression to the left? I'm in a problem 😞 -- ## 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/

[exim] Exim regex limit length

2018-04-18 Thread Emanuel Gonzalez via Exim-users
I've been having no luck with a simple regex to match strings with 20 or less characters. My idea is to block certain commonly used subjects to make phishing attempts: Example: Subject example: Unlock Your Account discardcondition = ${if match{$header_subject:}{.\{0,20\}Unlock Your Ac

[exim] Assistance requested with $if foray{...

2018-04-18 Thread Robert Bannocks via Exim-users
Hi, all, I want to search a file for decreasingly specific forms of an address that come from a given host and do some specialist routing thereafter. To this end I have constructed the following confition: condition = ${if forany{ \ $local_part@$domain:$local_part@:$