spamassassin/fsl.spamassassin

Tue, 28 Aug 2012 18:30:25 +0200

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Tue, 28 Aug 2012 18:30:25 +0200
changeset 539
1b852c64b120
permissions
-rw-r--r--

Update versions of primary components scriptaculous and prototype, and
add the JQuery Mobile JavaScript library. Because prototype provides no
versioned releases, this change integrates a yucky and hopefully
provisionary hack to avoid stale tarballs.

     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