;[PodSpell]
;select = **/*.{pl,pl.in,pm,pod}
-;[PodTidy]
-;select = **/*.{pl,pl.in,pm,pod}
-;argv = --columns=120
+[PodTidy]
+select = **/*.{pl,pl.in,pm,pod}
+columns = 120
[Test::Vars]
select = **/*.{pl,pl.in,pm,t}
=item B<--header>
-Specifies the header that should be added when Rspamd action is B<add header>
-or B<rewrite subject>.
+Specifies the header that should be added when Rspamd action is B<add header> or B<rewrite subject>.
=item B<--reject-message>
=head1 DESCRIPTION
-B<cgp_rspamd> is intended to scan messages processed with B<CommunigatePro> MTA
-on some Rspamd scanner. It reads standard input and parses CGP helpers
-protocol. On scan requests, this filter can query Rspamd to process a message.
-B<cgp_rspamd> can tell CGP to add header or reject SPAM messages depending on
-Rspamd scan result.
+B<cgp_rspamd> is intended to scan messages processed with B<CommunigatePro> MTA on some Rspamd scanner. It reads
+standard input and parses CGP helpers protocol. On scan requests, this filter can query Rspamd to process a message.
+B<cgp_rspamd> can tell CGP to add header or reject SPAM messages depending on Rspamd scan result.
=cut
=head1 DESCRIPTION
-B<classifier_test.pl> is intended to test Rspamd classifier for false positives,
-false negatives and other parameters. It uses half of the corpus for training
-and half for cross-validation.
+B<classifier_test.pl> is intended to test Rspamd classifier for false positives, false negatives and other parameters.
+It uses half of the corpus for training and half for cross-validation.
=cut
=item B<--log>
-Specifies log file or directory to read data from.
-If a directory is specified B<rspamd_stats> analyses files in the directory
-including known compressed file types. Number of log files can be limited using
-B<--num-logs> and B<--exclude-logs> options. This assumes that files in the log
-directory have B<newsyslog(8)>- or B<logrotate(8)>-like name format with numeric
-indexes. Files without indexes (generally it is merely one file) are considered
-the most recent and files with lower indexes are considered newer.
+Specifies log file or directory to read data from. If a directory is specified B<rspamd_stats> analyses files in the
+directory including known compressed file types. Number of log files can be limited using B<--num-logs> and
+B<--exclude-logs> options. This assumes that files in the log directory have B<newsyslog(8)>- or B<logrotate(8)>-like
+name format with numeric indexes. Files without indexes (generally it is merely one file) are considered the most
+recent and files with lower indexes are considered newer.
=item B<--reject-score>
=item B<--correlations>
-Additionally print correlation rate for each symbol displayed. This routine calculates merely paired correlations between symbols.
+Additionally print correlation rate for each symbol displayed. This routine calculates merely paired correlations
+between symbols.
=item B<--search-pattern>
=item B<--exclude>
-Exclude log lines if certain symbols are fired (e.g. GTUBE). You may specify this option multiple time to skip multiple symbols.
+Exclude log lines if certain symbols are fired (e.g. GTUBE). You may specify this option multiple time to skip multiple
+symbols.
=item B<--start>
-Select log entries after this time. Format: C<YYYY-MM-DD HH:MM:SS> (can be
-truncated to any desired accuracy). If used with B<--end> select entries between
-B<--start> and B<--end>. The omitted date defaults to the current date if you
+Select log entries after this time. Format: C<YYYY-MM-DD HH:MM:SS> (can be truncated to any desired accuracy). If used
+with B<--end> select entries between B<--start> and B<--end>. The omitted date defaults to the current date if you
supply the time.
=item B<--end>
-Select log entries before this time. Format: C<YYYY-MM-DD HH:MM:SS> (can be
-truncated to any desired accuracy). If used with B<--start> select entries between
-B<--start> and B<--end>. The omitted date defaults to the current date if you
+Select log entries before this time. Format: C<YYYY-MM-DD HH:MM:SS> (can be truncated to any desired accuracy). If used
+with B<--start> select entries between B<--start> and B<--end>. The omitted date defaults to the current date if you
supply the time.
=item B<--help>
=item 4.
-B<ham with symbol percentage>: percentage of number of hits with specified symbol in B<HAM> messages divided by total number of B<HAM> messages.
+B<ham with symbol percentage>: percentage of number of hits with specified symbol in B<HAM> messages divided by total
+number of B<HAM> messages.
=back