One question here. Shouldn't the spamdb -t -a w.x.y.z when adding a trap
manually in the spamd database also removed any grey listing for the
same IP's?
What happened is of in the same 4 hours window I manually add an IP to
the trap, but I also see source for that IP in the greg listing, they
are not removed and even if the trap entry is there, it will end up
being white listed regardless.
example:
# spamdb | grep 41.199.130.240
GREY|41.199.130.240|ZGMTAVHVGN|<[email protected]>|<[email protected]>|1282601097|1282615497|1282615497|1|0
# spamdb -t -a 41.199.130.240
# spamdb | grep 41.199.130.240
GREY|41.199.130.240|ZGMTAVHVGN|<[email protected]>|<[email protected]>|1282601097|1282615497|1282615497|1|0
TRAPPED|41.199.130.240|1282694618
If I still receive retrial from that IP before the expiring time that
should be here for this example:
# date -r 1282615497
Mon Aug 23 22:04:57 EDT 2010
it will pass and being listed as white, even of the trap is pretty clear
that it should be trap until:
# date -r 1282694618
Tue Aug 24 20:03:38 EDT 2010
Is that really intended to be that way? I don't think so, but that's
what is going on.
Any thoughts?
Daniel