Package: spamassassin / 3.4.1-6~bpo8+1

97_bug720499-pod-5.18 Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
Description: fix POD errors with perl 5.18
 Wrap number-like items in C<>, to avoid parser complains
Author: Damyan Ivanov <dmn@debian.org>
Bug-Debian: http://bugs.debian.org/720499

--- a/sa-check_spamd.raw
+++ b/sa-check_spamd.raw
@@ -424,21 +424,21 @@ exiting with one of these values:
 
 =over 4
 
-=item 0
+=item C<0>
 
 OK: A spamd ping response was received within all threshold times.
 
-=item 1
+=item C<1>
 
 WARNING: A spamd ping response exceeded the warning threshold but not the
 critical threshold.
 
-=item 2
+=item C<2>
 
 CRITICAL: A spamd ping response exceeded either the critical threshold or the
 timeout value.
 
-=item 3
+=item C<3>
 
 UNKNOWN: An error, probably caused by a missing dependency or an invalid
 configuration parameter being supplied, occurred in the sa-check_spamd program.