aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2013-12-02 13:36:19 +0000
committerVsevolod Stakhov <vsevolod@highsecure.ru>2013-12-02 13:36:19 +0000
commit8d0e298836fb8b7cbc4f7d8dd7204fd702c6ddde (patch)
treed199d82bdf6315a76c42db2065ceb4e2d4868252
parent4dfeea0304c2f43f2fccddfa53889085dfebc964 (diff)
downloadrspamd-8d0e298836fb8b7cbc4f7d8dd7204fd702c6ddde.tar.gz
rspamd-8d0e298836fb8b7cbc4f7d8dd7204fd702c6ddde.zip
Some copyright fixes.
-rw-r--r--conf/metrics.conf8
-rw-r--r--debian/copyright4
2 files changed, 7 insertions, 5 deletions
diff --git a/conf/metrics.conf b/conf/metrics.conf
index 73092a750..727bea6da 100644
--- a/conf/metrics.conf
+++ b/conf/metrics.conf
@@ -2,9 +2,11 @@
metric {
name = "default";
- action = "reject:10";
- action = "greylist:4";
- action = "add_header:6";
+ actions {
+ reject = 10;
+ add_header = 6;
+ greylist = 4;
+ };
symbol {
weight = 2.0;
description = "Subject is missing inside message";
diff --git a/debian/copyright b/debian/copyright
index be773226c..ba8245db1 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -89,7 +89,7 @@ License: BSD-3-CLAUSE
Files: contrib/uthash/*
Copyright: 2003-2013 Troy D. Hanson http://troydhanson.github.com/uthash/
-License: BSD-1-CLAUSE
+License: BSD-2-CLAUSE
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
@@ -163,7 +163,7 @@ License: Apache 2.0
Apache-2.0 license in `/usr/share/common-licenses/Apache-2.0'
Files: *
-Copyright: 2008-2012 Vsevolod Stakhov <vsevolod@highsecure.ru>
+Copyright: 2008-2013 Vsevolod Stakhov <vsevolod@highsecure.ru>
License: BSD-2-Clause
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met: