Index: spamassassin-3.4.0-rc5/lib/Mail/SpamAssassin/Conf.pm
===================================================================
--- spamassassin-3.4.0-rc5.orig/lib/Mail/SpamAssassin/Conf.pm	2014-02-11 19:57:05.888080590 -0800
+++ spamassassin-3.4.0-rc5/lib/Mail/SpamAssassin/Conf.pm	2014-02-11 20:55:04.065327910 -0800
@@ -3586,7 +3586,7 @@
 
 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.0-rc5/lib/Mail/SpamAssassin/Plugin/DCC.pm
===================================================================
--- spamassassin-3.4.0-rc5.orig/lib/Mail/SpamAssassin/Plugin/DCC.pm	2014-02-11 19:48:54.765645239 -0800
+++ spamassassin-3.4.0-rc5/lib/Mail/SpamAssassin/Plugin/DCC.pm	2014-02-11 20:53:58.885004374 -0800
@@ -1091,3 +1091,5 @@
 }
 
 1;
+
+=back
Index: spamassassin-3.4.0-rc5/lib/Mail/SpamAssassin/Plugin/DNSEval.pm
===================================================================
--- spamassassin-3.4.0-rc5.orig/lib/Mail/SpamAssassin/Plugin/DNSEval.pm	2014-02-11 19:48:54.765645239 -0800
+++ spamassassin-3.4.0-rc5/lib/Mail/SpamAssassin/Plugin/DNSEval.pm	2014-02-11 20:53:39.208906306 -0800
@@ -325,6 +325,7 @@
 This checks all the from addrs domain names as an alternate to check_rbl_from_host
 
 =cut
+
 sub check_rbl_from_domain {
   _check_rbl_addresses(@_, $_[1]->all_from_addrs_domains());
 }
@@ -334,6 +335,7 @@
 Adds capability check for "if can()" for check_rbl_from_domain
 
 =cut
+
 sub has_check_rbl_from_domain { 1 }
 
 # this only checks the address host name and not the domain name because
@@ -412,3 +414,5 @@
 }
 
 1;
+
+=back
