line |
l |
!l |
condition |
25
|
26 |
0 |
$config->{'connection'} || die('No connection details given')
|
29
|
0 |
26 |
$3 || ''
|
50
|
26 |
0 |
$args->{'mailer_name'} || 'test.mta.example.com'
|
52
|
26 |
0 |
$args->{'connect_ip'} || '66.111.4.147'
|
53
|
26 |
0 |
$args->{'connect_name'} || 'test.example.com'
|
54
|
0 |
26 |
$args->{'connect_port'} || '123456'
|
55
|
0 |
26 |
$args->{'connect_type'} || 'tcp4'
|
57
|
26 |
0 |
$args->{'helo_host'} || 'test.host.example.com'
|
58
|
25 |
1 |
$args->{'mail_from'} || ''
|
59
|
26 |
0 |
$args->{'rcpt_to'} || 'test@to.example.com'
|
109
|
1 |
0 |
$result->{'value'} || ''
|