f6b00a9e48
* Major code cleanup. * "User unknown" reports complete local address, including extensions. * Only run courierfilters after all control files are closed. * "opt BOFHHEADERLIMIT" replaces hardcoded limit of 100,000 bytes of headers per message. * Reject <@domain.com> for a recipient's address. * Tolerate newline-less responses from the filter. * Document that sysexit 100 from .courier is a permanent failure. * "courier show all" and "courier clear all" commands for managing backscatter suppression list.
13 lines
376 B
Text
13 lines
376 B
Text
$NetBSD: patch-al,v 1.2 2007/10/15 15:37:14 jlam Exp $
|
|
|
|
--- courier/courier.c.orig Wed Jul 18 02:32:34 2007
|
|
+++ courier/courier.c
|
|
@@ -200,7 +200,7 @@ int main(int argc, char **argv)
|
|
#endif
|
|
execl( DATADIR "/courierctl.start",
|
|
"courierctl.start", (char *)0);
|
|
- perror("exec");
|
|
+ perror("exec: " DATADIR "/courierctl.start");
|
|
_exit(1);
|
|
}
|
|
_exit(0);
|