Hi David,
many thanks for the new release.
I attach a little patch for the example filter, it adds the
filter_begin's new argument,
I hope its ok.
HTH
Oliver
--
Oliver Schulze L.
<[EMAIL PROTECTED]>
--- suggested-minimum-filter-for-windows-clients.ori 2006-03-31
14:04:51.000000000 -0400
+++ suggested-minimum-filter-for-windows-clients 2006-05-05
08:03:28.000000000 -0400
@@ -105,13 +105,14 @@
#***********************************************************************
# %PROCEDURE: filter_begin
# %ARGUMENTS:
-# None
+# entity -- a Mime::Entity object (see MIME-tools documentation for details)
# %RETURNS:
# Nothing
# %DESCRIPTION:
# Called just before e-mail parts are processed
#***********************************************************************
sub filter_begin {
+ my($entity) = @_;
# ALWAYS drop messages with suspicious chars in headers
if ($SuspiciousCharsInHeaders) {
md_graphdefang_log('suspicious_chars');
_______________________________________________
NOTE: If there is a disclaimer or other legal boilerplate in the above
message, it is NULL AND VOID. You may ignore it.
Visit http://www.mimedefang.org and http://www.roaringpenguin.com
MIMEDefang mailing list [email protected]
http://lists.roaringpenguin.com/mailman/listinfo/mimedefang