You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
|
Index: clamav-milter/clamav-milter.c
|
|
|
|
|
--- clamav-milter/clamav-milter.c.orig 2007-04-12 18:35:17.000000000 +0200
|
|
|
|
|
+++ clamav-milter/clamav-milter.c 2007-05-30 06:15:50.985922900 +0200
|
|
|
|
|
@@ -1018,10 +1018,12 @@
|
|
|
|
|
}
|
|
|
|
|
port = argv[optind];
|
|
|
|
|
|
|
|
|
|
+#if 0
|
|
|
|
|
if(verifyIncomingSocketName(port) < 0) {
|
|
|
|
|
fprintf(stderr, _("%s: socket-addr (%s) doesn't agree with sendmail.cf\n"), argv[0], port);
|
|
|
|
|
return EX_CONFIG;
|
|
|
|
|
}
|
|
|
|
|
+#endif
|
|
|
|
|
if(strncasecmp(port, "inet:", 5) == 0)
|
|
|
|
|
if(!lflag) {
|
|
|
|
|
/*
|
|
|
|
|
Index: shared/output.c
|
|
|
|
|
--- shared/output.c.orig 2007-03-02 01:43:18.000000000 +0100
|
|
|
|
|
+++ shared/output.c 2007-05-30 06:17:48.279834583 +0200
|
|
|
|
|
@@ -61,7 +61,7 @@
|
|
|
|
|
pthread_mutex_t logg_mutex = PTHREAD_MUTEX_INITIALIZER;
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
-#ifdef C_LINUX
|
|
|
|
|
+#if 0
|
|
|
|
|
#include <libintl.h>
|
|
|
|
|
#include <locale.h>
|
|
|
|
|
|