# check if this email is to be processed at all if in ProcessOnlyTestMode
        if( $poTestMode && ! ($this->{noprocessing} & 1)) {

            $this->{noprocessing} = 1;

            if(matchSL($uh,'processOnlyAddresses')){
                $this->{noprocessing} = 0;
                $this->{passingreason} = "envelope recipient $uh is on 
processOnlyAddresses";
            }elsif(matchSL($this->{mailfrom},'processOnlyAddresses')){
                $this->{noprocessing} = 0;
                $this->{passingreason} = "envelope sender $this->{mailfrom} is 
on processOnlyAddresses";
            }
        }
------------------------------------------------------------------------------
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