>> Fixed in r463, appears a patch from trunk leaked in table prefix
>> macros.
>>
>> Patch attached.
>>
>
> Don't forget to patch the auto whitelisting code too - it occurs there too.
>
r464.
-N
Index: cbp/modules/Greylisting.pm
===================================================================
--- cbp/modules/Greylisting.pm (revision 463)
+++ cbp/modules/Greylisting.pm (revision 464)
@@ -676,7 +676,7 @@
# Update whitelisting to the new details
$sth = DBDo('
UPDATE
- @t...@greylisting_autowhitelist
+ greylisting_autowhitelist
SET
TrackKey = ?,
Added = ?,
@@ -694,7 +694,7 @@
} else {
# Update whitelisting to the new details
$sth = DBDo('
- INSERT INTO @t...@greylisting_autowhitelist
+ INSERT INTO greylisting_autowhitelist
(TrackKey,Added,LastSeen,Comment)
VALUES
(?,?,?,?)
_______________________________________________
Users mailing list
[email protected]
http://lists.policyd.org/mailman/listinfo/users