km9
- Total activity 39
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 8
Activity overview
Latest activity by km9-
km9 commented,
Hi again, I've now had a chance to do more work on this and I've found the problem: The regex was, in fact, working exactly as it should. The confusion was caused because there was a conflicting em...
-
km9 commented,
Hi, Thanks for following this up for me. Creating a ticket is not something I can do, sorry, but I will do some more investigation and let you know if I find anything else out. I did suspect that t...
-
km9 commented,
Hi, Firstly, thank you for taking the time to comment. I appreciate it. Secondly, I'm so sorry, I should have been clearer. When I said 'delivered to the spam folder' I actually meant that the ema...
-
km9 created a post,
Email filters - tests ok but fails with actual email
AnsweredI have this filter in my personal account: From matches regexpcloud +team.*@(?!pcloud(?:mail)?\.(?:com|email))Deliver to folderStop processing rules Note, I'm using a negative lookahead. i.e. someo...
-
km9 commented,
Many thanks for the response. I've managed to work around the limitation in the meantime by using a regex on the received headers.
-
km9 commented,
Any news on this? I can't find any information on what headers "Any-header" actually looks at, but apparently it doesn't include "Return-Path", which would be very useful!
-
km9 created a post,
Unescaped left brace in regex is deprecated sa-learn error
I've been getting an error on running the spamassassin sa-learn script on emails to learn spam: Unescaped left brace in regex is deprecated here (and will be fatal in Perl 5.30), passed through in...
-
km9 created a post,
Debugging the attachments part of system filter file
Hi, I recently noticed an email delivered with an attachment that is forbidden in the system filter file. Using /usr/lib/sendmail -bF /etc/cpanel_exim_system_filter -v I could see that the atta...
-
km9 commented,
Hello @km9, Regarding this filter: It's true the "deliver" action is considered a significant delivery. However, as I understand, Exim will still process the rules in the same filter. For insta...
-
km9 commented,
46563 Maybe it's just me misunderstanding this, from 3. Exim Filters above: If at least one significant delivery is set up, the filter is considered to have handled the entire delivery arrangemen...