ProxSMTP is a flexible tool that allows you to reject, change or log email based on arbitrary critera. It accepts SMTP connections and forwards the SMTP commands and responses to another SMTP server. The 'DATA' email body is intercepted and filtered before forwarding. ProxSMTP can be used as a transparent proxy to filter an entire network's SMTP traffic at the router.
13 lines
313 B
Text
13 lines
313 B
Text
$NetBSD: patch-aa,v 1.1.1.1 2004/12/02 04:08:18 jlam Exp $
|
|
|
|
--- common/sock_any.h.orig 2004-09-03 20:34:42.000000000 -0400
|
|
+++ common/sock_any.h
|
|
@@ -57,7 +57,7 @@ struct sockaddr_any
|
|
struct sockaddr_in6 in6;
|
|
#endif
|
|
} s;
|
|
- size_t namelen;
|
|
+ socklen_t namelen;
|
|
};
|
|
|
|
#define SANY_ADDR(any) ((any).s.a)
|