>Does npRE no longer search the envelope?
This was never the case!
npRe can't match, because the envelope sender is not part of the email
:(:(
noProcessing does not match because of a bug. The '+' in the address is
not escaped in the regular expression, it is instead processed as a
quantifier. This will be fixed.
for now you can use the following in 'noProcessing':
test.person*[email protected]
Thomas
Von: "K Post" <[email protected]>
An: "ASSP development mailing list" <[email protected]>
Datum: 21.03.2018 16:47
Betreff: [Assp-test] No processing based on envelope
I've got a handful of users who forward their personal gmail.com addresses
to their account here. When this happens google forwards along with an
envelope from
[userpartofgmailaddress]+caf_=[userpartofASSPaddress]=[hostnameofASSPaddress]@
gmail.com
For example, if someone forwarded their personal [email protected]
address to their [email protected] address here, the envelope from would
be
[email protected]
I want to no process all of these forwards. What I've been doing for the
longest time is putting the from addresses in npRe. I have a hard time
believing that this didn't used to work, but its possible that it never
did. So for example, npRE looks like this:
test\.person\+caf_=them=OurCharity\.org@gmail\.com
escaping all periods and the plus sign
When I test this by sending a mail from another server to a test gmail
account which is set to forward to ASSP, I do see test.person+caf_=them=
[email protected] in the envelope as expected. The from: line is
the original sender, also as expected.
However, I'm not seeing a npRE match. Nothing is logged as such and the
mail often goes to spam (as it should based on content, but the no
processing should let it pass instead)
I also tried to put the [email protected]
address (non-escaped) into noProcessing, but that's not matching either, I
suspect because the description of noProcessing says "mail SOLELY to or
from these addresses" and it's not solely from test.person+caf_=them=
[email protected], that's the envelope from but the header from is
the original sender.
What in the world am I doing wrong? Does npRE no longer search the
envelope? Other options without automatically noprocessing anything from
gmail?
Thanks
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Assp-test mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/assp-test
DISCLAIMER:
*******************************************************
This email and any files transmitted with it may be confidential, legally
privileged and protected in law and are intended solely for the use of the
individual to whom it is addressed.
This email was multiple times scanned for viruses. There should be no
known virus in this email!
*******************************************************
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Assp-test mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/assp-test