[sam] Debian package for SAM
Gregory Colpart
reg at evolix.fr
Thu Mar 16 18:12:29 PST 2006
Hi,
I inform you about Debian package for sam :
http://packages.debian.org/unstable/web/horde-sam
With this package, I join 2 minors patches (see attachements) :
* A typo bug in SA Driver for LDAP storage
* Default config for LDAP storage seems to be false
Please, apply them on CVS.
(They apply cleanly on my last CVS update)
Regards,
--
Gregory Colpart <reg at evolix.fr> GnuPG:1024D/C1027A0E
Evolix - Informatique et Logiciels Libres http://www.evolix.fr/
-------------- next part --------------
#! /bin/sh /usr/share/dpatch/dpatch-run
## 01_spamd_ldap-bug.dpatch by Gregory Colpart (evolix) <reg at evolix.fr>
##
## All lines beginning with `## DP:' are a description of the patch.
## DP: No description.
@DPATCH@
diff -urNad horde-sam-0.1~/lib/Driver/spamd_ldap.php horde-sam-0.1/lib/Driver/spamd_ldap.php
--- horde-sam-0.1~/lib/Driver/spamd_ldap.php 2006-01-30 00:47:55.000000000 +0100
+++ horde-sam-0.1/lib/Driver/spamd_ldap.php 2006-01-30 01:26:56.000000000 +0100
@@ -30,7 +30,7 @@
* @since SAM 0.1
* @package Sam
*/
-class SAM_Driver_spamd_ldap extends SAM_Driver {
+class SAM_Driver_spamd_ldap extends SAM_Driver_spamd {
/**
* Handle for the current LDAP connection.
-------------- next part --------------
#! /bin/sh /usr/share/dpatch/dpatch-run
## 02_backends.php.dist-corr.dpatch by Gregory Colpart (evolix) <reg at evolix.fr>
##
## All lines beginning with `## DP:' are a description of the patch.
## DP: No description.
@DPATCH@
diff -urNad horde-sam-0.1~/config/backends.php.dist horde-sam-0.1/config/backends.php.dist
--- horde-sam-0.1~/config/backends.php.dist 2006-01-30 01:21:29.000000000 +0100
+++ horde-sam-0.1/config/backends.php.dist 2006-01-30 01:30:33.000000000 +0100
@@ -57,13 +57,13 @@
'basedn' => 'ou=users,dc=example,dc=com',
'attribute' => 'spamassassinConfig',
'uid' => 'uid',
- ),
'defaults' => array(
'hit_level' => '5',
'subject_tag' => '***SPAM***',
'rewrite_sub' => 1,
'report_safe' => 1,
'skip_rbl' => 1,
+ ),
),
);
More information about the sam
mailing list