File: local_procmail.patch

package info (click to toggle)
sendmail 8.18.1-7
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 12,496 kB
  • sloc: ansic: 105,736; perl: 7,504; sh: 5,488; makefile: 889
file content (13 lines) | stat: -rw-r--r-- 514 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
Description: Remove -Y from procmail arguments

--- a/cf/feature/local_procmail.m4
+++ b/cf/feature/local_procmail.m4
@@ -27,7 +27,7 @@ define(`LOCAL_MAILER_PATH',
 			`/usr/local/bin/procmail'),
 		_ARG_))
 define(`LOCAL_MAILER_ARGS',
-	ifelse(len(X`'_ARG2_), `1', `procmail -Y -a $h -d $u', _ARG2_))
+	ifelse(len(X`'_ARG2_), `1', `procmail -a $h -d $u', _ARG2_))
 define(`LOCAL_MAILER_FLAGS',
 	ifelse(len(X`'_ARG3_), `1', `SPfhn9', _ARG3_))
 dnl local_procmail conflicts with local_lmtp but the latter might be