Index: spamassassin-3.4.1/lib/Mail/SpamAssassin/Conf.pm
===================================================================
--- spamassassin-3.4.1.orig/lib/Mail/SpamAssassin/Conf.pm
+++ spamassassin-3.4.1/lib/Mail/SpamAssassin/Conf.pm
@@ -3931,7 +3931,7 @@ This option gives the password used by t
 
 Whether to call the services_authorized_for_username plugin hook in BayesSQL.
 If the hook does not determine that the user is allowed to use bayes or is
-invalid then then database will not be initialized.
+invalid then the database will not be initialized.
 
 NOTE: By default the user is considered invalid until a plugin returns
 a true value.  If you enable this, but do not have a proper plugin
Index: spamassassin-3.4.1/lib/Mail/SpamAssassin/Plugin/DCC.pm
===================================================================
--- spamassassin-3.4.1.orig/lib/Mail/SpamAssassin/Plugin/DCC.pm
+++ spamassassin-3.4.1/lib/Mail/SpamAssassin/Plugin/DCC.pm
@@ -1088,3 +1088,5 @@ sub plugin_report {
 }
 
 1;
+
+=back
Index: spamassassin-3.4.1/lib/Mail/SpamAssassin/Plugin/DNSEval.pm
===================================================================
--- spamassassin-3.4.1.orig/lib/Mail/SpamAssassin/Plugin/DNSEval.pm
+++ spamassassin-3.4.1/lib/Mail/SpamAssassin/Plugin/DNSEval.pm
@@ -328,6 +328,7 @@ This checks all the from addrs domain na
 =back
 
 =cut
+
 sub check_rbl_from_domain {
   my ($self, $pms, $rule, $set, $rbl_server, $subtest) = @_;
   _check_rbl_addresses($self, $pms, $rule, $set, $rbl_server, $subtest, $_[1]->all_from_addrs_domains());
