Changeset 71
- Timestamp:
- 30.11.2006 19:08:23 (2 years ago)
- Files:
-
- trunk/devel/FuzzyOcr/Config.pm (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/devel/FuzzyOcr/Config.pm
r70 r71 257 257 push (@cmds, { 258 258 setting => 'focr_digest_db', 259 default => " __local_rules_dir__/FuzzyOcr.hashdb",259 default => "/etc/mail/spamassassin/FuzzyOcr.hashdb", 260 260 type => $Mail::SpamAssassin::Conf::CONF_TYPE_STRING 261 261 }); … … 263 263 push (@cmds, { 264 264 setting => 'focr_global_wordlist', 265 default => " __local_rules_dir__/FuzzyOcr.words",265 default => "/etc/mail/spamassassin/FuzzyOcr.words", 266 266 type => $Mail::SpamAssassin::Conf::CONF_TYPE_STRING 267 267 }); … … 275 275 push (@cmds, { 276 276 setting => 'focr_db_hash', 277 default => " __local_rules_dir__/FuzzyOcr.db",277 default => "/etc/mail/spamassassin/FuzzyOcr.db", 278 278 type => $Mail::SpamAssassin::Conf::CONF_TYPE_STRING 279 279 }); … … 281 281 push (@cmds, { 282 282 setting => 'focr_db_safe', 283 default => " __local_rules_dir__/FuzzyOcr.safe.db",283 default => "/etc/mail/spamassassin/FuzzyOcr.safe.db", 284 284 type => $Mail::SpamAssassin::Conf::CONF_TYPE_STRING 285 285 }); … … 381 381 push (@cmds, { 382 382 setting => 'focr_scanset_file', 383 default => ' __local_rules_dir__/FuzzyOcr.scansets',383 default => '/etc/mail/spamassassin/FuzzyOcr.scansets', 384 384 type => $Mail::SpamAssassin::Conf::CONF_TYPE_STRING 385 385 }); 386 386 push (@cmds, { 387 387 setting => 'focr_preprocessor_file', 388 default => ' __local_rules_dir__/FuzzyOcr.preps',388 default => '/etc/mail/spamassassin/FuzzyOcr.preps', 389 389 type => $Mail::SpamAssassin::Conf::CONF_TYPE_STRING 390 390 });
