@@ -782,7 +782,7 @@ sub validate_main_opts {
782
782
}
783
783
else {
784
784
eval { require IO::Socket::IP; }
785
- or push (@errs , " Error loading IO::IP::UNIX module, required for --relayhost option.\n\t $@ " );
785
+ or push (@errs , " Error loading IO::Socket::IP module, required for --relayhost option.\n\t $@ " );
786
786
}
787
787
788
788
return (@errs , @warns );
@@ -1669,7 +1669,7 @@ =head1 NAME
1669
1669
1670
1670
=head1 VERSION
1671
1671
1672
- Documentation for SpamPD version 2.60 .
1672
+ Documentation for SpamPD version 2.61 .
1673
1673
1674
1674
1675
1675
=head1 DESCRIPTION
@@ -2185,9 +2185,10 @@ =head1 OPTIONS
2185
2185
spampd: child #4(D) [req 8/30, time lst/avg/ttl 0.0222/0.0256/0.2045, ham/spm 3/5, rules v1891891]
2186
2186
2187
2187
Parameters are specified like: "Value of %(my_name)s is %(my_float_value).4f", with names
2188
- in parenthesis followed by standard a C<printf() > style formatting specifier (C<s > is default),
2188
+ in parenthesis followed by a standard C<printf() > style formatting specifier (C<s > is default),
2189
2189
or simply as "Value of %my_name is %my_value" with the default format being a string
2190
- (works for numerics also).
2190
+ (works for numerics also). Keep in mind that any actual C<% > characters need to be escaped as C<%% > .
2191
+ Formatting warnings will be logged as C<sprintf > errors (most likely a parameter was misspelled).
2191
2192
2192
2193
The following variables are available:
2193
2194
@@ -2225,12 +2226,12 @@ =head1 OPTIONS
2225
2226
2226
2227
=item *
2227
2228
2228
- C<syslog > : Use the system's syslogd (via Sys::Syslog). B<Default > when running as daemon .
2229
+ C<syslog > : Use the system's syslogd (via Sys::Syslog). B<Default > setting .
2229
2230
2230
2231
=item *
2231
2232
2232
2233
C<stderr > : Direct all logging to stderr (if running in background mode
2233
- these may still end up in the default system log). B< Default > when not running as daemon ( C< --nodetach > ).
2234
+ these may still end up in the default system log).
2234
2235
2235
2236
=item *
2236
2237
0 commit comments