This will happen if the mail is sent to multiple envelope recipients, but 
at least one of them is not on 'processOnlyAddresses' - in this case the 
higher priority of 'noprocessing' takes place.
The problem is, that this feature sets the 'noprocessing' flag also for 
not existing local addresses.

change the line 21853 from:

        if( $poTestMode && ! ($this->{noprocessing} & 1)) {

to:

        if( $poTestMode && ! ($this->{noprocessing} & 1) && 
$this->{islocalmailaddress}) {


This solves the problem for the not existing local addresses. The behavior 
in case of multiple valid envelope recipients is not changed.
This code change requires to validate recipients with assp 
(localaddresses_flat, LDAP, VRFY) !

I'm thinking about to remove this feature from V2 , like it was done for 
V1.

Thomas




Von:    "krz...@gmail.com " <krz...@gmail.com>
An:     ASSP development mailing list <assp-test@lists.sourceforge.net>
Datum:  16.04.2015 16:15
Betreff:        Re: [Assp-test] [bug+patch] poTestMode broken in new 
versions of     assp.



ASSP version 2.4.4(15106) (todays release);

problem with poTestMode  is still occuring. With patch proposed by me it
also occured apparently - so problem is probably some else in the code.

2015-04-16 16:07:26 [Worker_2] adr...@domain.pl matches adr...@domain.pl 
in
processOnlyAddresses
2015-04-16 16:07:26 [Worker_2] adr...@domain.pl matches adr...@domain.pl 
in
delaySpamLovers
2015-04-16 16:07:32 93246-2845064 [Worker_2] [NoProcessing] 93.177.14.55 <
uugisjsw...@bayswiss.com> to: adr...@domain.pl message proxied without
processing (except checks enabled for noprocessing mails)
2015-04-16 16:07:33 93246-2845064 [Worker_2] [MessageOK] 93.177.14.55 <
uugisjsw...@bayswiss.com> to: adr...@domain.pl message ok - (message
proxied without processing - poTestMode('Enable Process Only Addresses') 
is
enabled) - [Dodatkowy doch d]

I've set SessionLog and ConnectionLog to max , enabled slmatchLogging. I
cant figure why this message is proxied without processing. What can I do
more to diagnose it?
------------------------------------------------------------------------------
BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT
Develop your own process in accordance with the BPMN 2 standard
Learn Process modeling best practices with Bonita BPM through live 
exercises
http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual- 
event?utm_
source=Sourceforge_BPM_Camp_5_6_15&utm_medium=email&utm_campaign=VA_SF
_______________________________________________
Assp-test mailing list
Assp-test@lists.sourceforge.net
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!
*******************************************************

------------------------------------------------------------------------------
BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT
Develop your own process in accordance with the BPMN 2 standard
Learn Process modeling best practices with Bonita BPM through live exercises
http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual- event?utm_
source=Sourceforge_BPM_Camp_5_6_15&utm_medium=email&utm_campaign=VA_SF
_______________________________________________
Assp-test mailing list
Assp-test@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/assp-test

Reply via email to