svn commit: r449961 - /incubator/ofbiz/trunk/framework/common/config/general.properties

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r449961 - /incubator/ofbiz/trunk/framework/common/config/general.properties

hansbak-2
Author: hansbak
Date: Tue Sep 26 02:21:37 2006
New Revision: 449961

URL: http://svn.apache.org/viewvc?view=rev&rev=449961
Log:
example config for spam-assin spam checker

Modified:
    incubator/ofbiz/trunk/framework/common/config/general.properties

Modified: incubator/ofbiz/trunk/framework/common/config/general.properties
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/common/config/general.properties?view=diff&rev=449961&r1=449960&r2=449961
==============================================================================
--- incubator/ofbiz/trunk/framework/common/config/general.properties (original)
+++ incubator/ofbiz/trunk/framework/common/config/general.properties Tue Sep 26 02:21:37 2006
@@ -51,3 +51,7 @@
 
 # -- HTTP upload max size in bytes (-1 for unlimited)
 http.upload.max.size=-1
+
+# -- spam header name and value to block incoming spam detected by external spam checker, configured for spam assin
+mail.spam.name = X-Spam-Flag
+mail.spam.value = YES
\ No newline at end of file