| line | !l | l&&!r | l&&r | condition | 
 
| 167 | 0 | 0 | 0 | not $msender =~ /\@/ and $$cfg{'unqualified_domain'} | 
 
| 259 | 0 | 0 | 0 | $smtp->dataend and $smtp->quit | 
 
| 276 | 0 | 0 | 0 | $smtp->mail($sender) and $smtp->to($$cfg{'postmaster'}) | 
 
|  | 0 | 0 | 0 | $smtp->mail($sender) and $smtp->to($$cfg{'postmaster'}) and $smtp->data | 
 
|  | 0 | 0 | 0 | $smtp->mail($sender) and $smtp->to($$cfg{'postmaster'}) and $smtp->data and $smtp->datasend("Failed to parse mail, kept in $keepFile\n") | 
 
|  | 0 | 0 | 0 | $smtp->mail($sender) and $smtp->to($$cfg{'postmaster'}) and $smtp->data and $smtp->datasend("Failed to parse mail, kept in $keepFile\n") and $smtp->dataend | 
 
| 330 | 1 | 8 | 0 | !$rec || $recipient =~ /$rec/ and !$sen || $sender =~ /$sen/ | 
 
| 484 | 0 | 0 | 5 | $$r[1] eq $eOrig and $fOrig->IsEq($$r[2]) |