| line |
true |
false |
branch |
|
52
|
0 |
0 |
unless ($self->Mail::Salsa::Action::Post::check_restrict('restrict.txt', $$self{'headers'}{'0.0'}{'received'}, [])) |
|
68
|
0 |
0 |
if ($$self{'config'}{'max_message_size'} and (-s $$self{'message'}) / 1024 > $$self{'config'}{'max_message_size'}) |
|
84
|
0 |
0 |
if (scalar keys %{$$self{'headers'};} > 1) |
|
88
|
0 |
0 |
if (my $error = Mail::Salsa::Action::Post::generate_code($listfile, $attachfile, $$self{'from'}, $code)) |
|
93
|
0 |
0 |
if ($@) |
|
97
|
0 |
0 |
if ($access eq 'deny') |
|
115
|
0 |
0 |
if $$self{'config'}{'stamp'} eq 'y' |
|
116
|
0 |
0 |
$$self{'headers'}{'0.0'}{'subject'}{'value'} =~ /^Re: /i ? : |
|
119
|
0 |
0 |
unless $$self{'stamp'} |
|
121
|
0 |
0 |
if ($bounce == 2) { } |
|
|
0 |
0 |
elsif ($bounce and $$self{'config'}{'accept_bounces'} eq 'n') { } |
|
|
0 |
0 |
elsif ($$self{'stamp'} and not $human) { } |
|
154
|
0 |
0 |
if $$self{'config'}{'archive'} eq 'y' |
|
170
|
0 |
0 |
unless exists $$fullemail{'address'} |
|
171
|
0 |
0 |
unless exists $$fullemail{'username'} |
|
184
|
0 |
0 |
unless open SENDFILE, '<', $outfile |