aboutsummaryrefslogtreecommitdiffstats
path: root/packages/spamd.inc
diff options
context:
space:
mode:
Diffstat (limited to 'packages/spamd.inc')
-rw-r--r--packages/spamd.inc7
1 files changed, 3 insertions, 4 deletions
diff --git a/packages/spamd.inc b/packages/spamd.inc
index aa572d86..83a3ca11 100644
--- a/packages/spamd.inc
+++ b/packages/spamd.inc
@@ -2,8 +2,8 @@
/* $Id$ */
/*
spamd.inc
- part of the SpamD package for pfSense
- Copyright (C) 2006 Scott Ullrich
+ part of the SpamD package for pfSense
+ Copyright (C) 2008 Scott Ullrich
All rights reserved.
Redistribution and use in source and binary forms, with or without
@@ -30,8 +30,7 @@
*/
function sync_package_spamd() {
global $config, $g;
- if(!$config['installedpackages']['spamdsources'])
- return;
+
conf_mount_rw();
config_lock();
$fd = fopen("/etc/spamd.conf","w");