[Mimedefang] filter_end comment patch

Oliver Schulze L. oliver at samera.com.py
Mon May 29 13:28:16 EDT 2006


Hi,
This is just a small patch for the comment of filter_end.
Created using diff -Naur in the same dir, not at the root directory.

HTH
Oliver

-- 
Oliver Schulze L.
<oliver at samera.com.py>

-------------- next part --------------
--- mimedefang-filter.2.56.ori.pl	2006-05-05 07:51:49.000000000 -0400
+++ mimedefang-filter.2.56.pl	2006-05-29 13:26:19.000000000 -0400
@@ -265,8 +265,16 @@
 	"'$oldfname'\n";
 }
 
-# If SpamAssassin found SPAM, append report.  We do it as a separate
-# attachment of type text/plain
+#***********************************************************************
+# %PROCEDURE: filter_end 
+# %ARGUMENTS:
+#  entity -- a Mime::Entity object (see MIME-tools documentation for details)
+# %RETURNS:
+#  Nothing
+# %DESCRIPTION:
+#  If SpamAssassin found SPAM, append report.  We do it as a separate
+#  attachment of type text/plain
+#***********************************************************************
 sub filter_end {
     my($entity) = @_;
 


More information about the MIMEDefang mailing list