Home
last modified time | relevance | path

Searched refs:sayMessageOK (Results 1 – 1 of 1) sorted by relevance

/dports/mail/assp/assp-1.9.9.14158/ASSP_1.9.9_14158_install/ASSP/
H A Dassp.pl11004 sub sayMessageOK { subroutine
11009 return if $this->{sayMessageOK} eq 'already';
11011 return unless $this->{sayMessageOK};
11017 $this->{prepend} = "[WhitelistedOK]" if $this->{sayMessageOK} =~ /whitelist/i;
11018 $this->{prepend} = "[NoprocessingOK]" if $this->{sayMessageOK} =~ /processing/i;
11025 $this->{sayMessageOK} = 'already';
12315 $this->{sayMessageOK} = '';
20819 &sayMessageOK($fh) if !$this->{spamfound};
20923 &sayMessageOK($fh) if !$this->{spamfound};
21283 $this->{sayMessageOK} = "$prepend$pr$logsub$ac$fn";