spamassassin/fsl.spamassassin

Thu, 02 Aug 2012 00:16:26 +0200

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 02 Aug 2012 00:16:26 +0200
changeset 442
b2db2cf97b30
permissions
-rw-r--r--

Change smf(5) OpenPKG name handle to my personal preference, the prefix.
This matches the ${name} variable on uninstallation, but strangely when
installing an instance a bug causes ${name} to expand to openpkg-${prefix}.

     1 ##
     2 ##  fsl.spamassassin -- OSSP fsl configuration
     3 ##
     5 ident (spam[cd])/.+ q{
     6     prefix(
     7         prefix="%b %d %H:%M:%S %N <%L> $1[%P]: "
     8     )
     9     -> {
    10         debug: file(
    11             path="@l_prefix@/var/spamassassin/spamassassin.log",
    12             perm=0644, jitter=1, monitor=3600
    13         )
    14     }
    15 };

mercurial