[vhffs-dev] [1876] Fixed malformed patch

[ Thread Index | Date Index | More vhffs.org/vhffs-dev Archives ]


Revision: 1876
Author:   beuss
Date:     2011-07-14 12:24:30 +0200 (Thu, 14 Jul 2011)
Log Message:
-----------
Fixed malformed patch

Modified Paths:
--------------
    trunk/vhffs-contrib/autoreply/patch

Modified: trunk/vhffs-contrib/autoreply/patch
===================================================================
--- trunk/vhffs-contrib/autoreply/patch	2011-07-09 11:09:19 UTC (rev 1875)
+++ trunk/vhffs-contrib/autoreply/patch	2011-07-14 10:24:30 UTC (rev 1876)
@@ -4,21 +4,21 @@
 +++ vhffs-doc/config/exim4-mx1/00_vhffs-main    (copie de travail)
 @@ -33,5 +33,16 @@
  VHFFS_LISTENGINE_UID=www-data
-  VHFFS_LISTENGINE_GID=www-data
+ VHFFS_LISTENGINE_GID=www-data
 
-  +# auto reply stuff
-  +VHFFS_AUTOREPLY_DOMAINS = ${lookup pgsql{select domain from vhffs_autoreply where local_part = '${quote_pgsql:$local_part}' and domain = '${quote_pgsql:$domain}' and current_date between start and "end"}}
-  +VHFFS_AUTOREPLY_TEXT = ${lookup pgsql{select message from vhffs_autoreply where local_part = '${quote_pgsql:$local_part}' and domain = '${quote_pgsql:$domain}'}}
-  +VHFFS_AUTOREPLY_SUBJECT = ${lookup pgsql{select subject from vhffs_autoreply where local_part = '${quote_pgsql:$local_part}' and domain = '${quote_pgsql:$domain}'}}
-  +
-  +# Basedir to store "once" file for autoreply
-  +# once files holds addresses for which an autoreply has already been sent
-  +# to avoid duplicate.
-  +VHFFS_AUTOREPLY_ONCE_HOME = /data/mail/onces
-  +VHFFS_AUTOREPLY_ONCE_DIR = VHFFS_AUTOREPLY_ONCE_HOME/${lookup pgsql{SELECT boxes_path FROM vhffs_mxdomain WHERE domain = '${quote_pgsql:$domain}'}}
-  +
-   # Predefines Macro
-    MAIN_LOCAL_DOMAINS=VHFFS_LOCAL_DOMAINS:DEBCONFlocal_domainsDEBCONF
++# auto reply stuff
++VHFFS_AUTOREPLY_DOMAINS = ${lookup pgsql{select domain from vhffs_autoreply where local_part = '${quote_pgsql:$local_part}' and domain = '${quote_pgsql:$domain}' and current_date between start and "end"}}
++VHFFS_AUTOREPLY_TEXT = ${lookup pgsql{select message from vhffs_autoreply where local_part = '${quote_pgsql:$local_part}' and domain = '${quote_pgsql:$domain}'}}
++VHFFS_AUTOREPLY_SUBJECT = ${lookup pgsql{select subject from vhffs_autoreply where local_part = '${quote_pgsql:$local_part}' and domain = '${quote_pgsql:$domain}'}}
++
++# Basedir to store "once" file for autoreply
++# once files holds addresses for which an autoreply has already been sent
++# to avoid duplicate.
++VHFFS_AUTOREPLY_ONCE_HOME = /data/mail/onces
++VHFFS_AUTOREPLY_ONCE_DIR = VHFFS_AUTOREPLY_ONCE_HOME/${lookup pgsql{SELECT boxes_path FROM vhffs_mxdomain WHERE domain = '${quote_pgsql:$domain}'}}
++
+ # Predefines Macro
+ MAIN_LOCAL_DOMAINS=VHFFS_LOCAL_DOMAINS:DEBCONFlocal_domainsDEBCONF
 Index: vhffs-backend/src/pgsql/initdb.sql.in
 ===================================================================
 --- vhffs-backend/src/pgsql/initdb.sql.in	(révision 1225)


Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/