Subversion Repositories configs

Rev

Rev 4 | Rev 23 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4 Rev 5
Line 116... Line 116...
116
 
116
 
117
# Enable this option to prevent rules to cause a loop. An e-mail can only be forwarded 
117
# Enable this option to prevent rules to cause a loop. An e-mail can only be forwarded 
118
# once. When this option is enabled, the set_rule_headers option must also be enabled.
118
# once. When this option is enabled, the set_rule_headers option must also be enabled.
119
# Default: no
119
# Default: no
120
no_double_forward = no
120
no_double_forward = no
-
 
121
 
-
 
122
# Some emails do not contain any charset information or specify us-ascii even though it
-
 
123
# isn't. In both cases, dagent will assume the following charset is used. Note that this
-
 
124
# implies that the given charset should be a superset of us-ascii (most charsets are)
-
 
125
default_charset = iso-8859-15
121
 
126