Fri, 07 Sep 2012 19:10:32 +0200
Update to new version of vendor software.
1 ##
2 ## fsl.spamassassin -- OSSP fsl configuration
3 ##
4
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 };
16