OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 14-Dec-2004 21:07:28
Branch: HEAD Handle: 2004121420072700
Modified files:
openpkg-src/postgrey rc.postgrey
Log:
ops, forgot backslash
Summary:
Revision Changes Path
1.9 +1 -1 openpkg-src/postgrey/rc.postgrey
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/postgrey/rc.postgrey
============================================================================
$ cvs diff -u -r1.8 -r1.9 rc.postgrey
--- openpkg-src/postgrey/rc.postgrey 14 Dec 2004 20:04:44 -0000 1.8
+++ openpkg-src/postgrey/rc.postgrey 14 Dec 2004 20:07:27 -0000 1.9
@@ -50,7 +50,7 @@
--delay="$postgrey_delay" \
--max-age="$postgrey_maxage" \
--retry-window="$postgrey_retrywin" \
- --auto-whitelist-clients="$postgrey_autowhitelist"
+ --auto-whitelist-clients="$postgrey_autowhitelist" \
--whitelist-clients="$postgrey_wlclnt" \
--whitelist-recipients="$postgrey_wlrcpt" \
--greylist-action="$postgrey_action" \
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]