(Sorry about that - hit send a little too early).
Perhaps I'm confused, but shouldn't something listed in WS and JP also be in multi?
Here's a domain from an email that made it through our filters:
http://y.net.mystuffsupplyMUNGED.com?f4=T12k62
# dig +short @localhost mystuffsupplyMUNGED.com.ws.surbl.org 127.0.0.2 # dig +short mystuffsupplyMUNGED.com.multi.surbl.org <nothing>
Am I missing something?
Hi!
(Sorry about that - hit send a little too early).
Perhaps I'm confused, but shouldn't something listed in WS and JP also be in multi?
Here's a domain from an email that made it through our filters:
http://y.net.mystuffsupplyMUNGED.com?f4=T12k62
# dig +short @localhost mystuffsupplyMUNGED.com.ws.surbl.org 127.0.0.2 # dig +short mystuffsupplyMUNGED.com.multi.surbl.org
<nothing>
It seems a timing issue. On the rsync server i noticed the multi list is a little outdated. Most likely the generation scripts are stalled? Jeff, can you look into this?
-rw-r--r-- 1 1014 11 8741492 Oct 13 19:26 multi.surbl.org.rbldnsd -rw-r--r-- 1 1014 11 451504 Oct 14 2004 jp.surbl.org.rbldnsd
Am I missing something?
No, looks like a problem on our end.
Bye, Raymond.
On Wednesday, October 13, 2004, 5:43:45 PM, Raymond Dijkxhoorn wrote:
It seems a timing issue. On the rsync server i noticed the multi list is a little outdated. Most likely the generation scripts are stalled? Jeff, can you look into this?
There are a couple issues. One is that I'm slightly updating the script that creates multi to better detect when the individual lists update. (That's where that shell script question came from.) The other is that I added a lock file to prevent that script from running when the sc data was being generated. I added that due to a condition where the sc data was empty when multi needed it. I'm adjusting these things now and they seem to be working better, but of course I'll keep checking them.
All this will be corrected when I rewrite things in a cleaner, simpler and more integrated way, which is on my list of things to do. Second versions are usually better than the first, due to seeing how things could be done better.
Jeff C. -- "If it appears in hams, then don't list it."
On Wednesday, October 13, 2004, 6:34:07 PM, Jeff Chan wrote:
On Wednesday, October 13, 2004, 5:43:45 PM, Raymond Dijkxhoorn wrote:
It seems a timing issue. On the rsync server i noticed the multi list is a little outdated. Most likely the generation scripts are stalled? Jeff, can you look into this?
There are a couple issues. One is that I'm slightly updating the script that creates multi to better detect when the individual lists update. (That's where that shell script question came from.) The other is that I added a lock file to prevent that script from running when the sc data was being generated. I added that due to a condition where the sc data was empty when multi needed it. I'm adjusting these things now and they seem to be working better, but of course I'll keep checking them.
All this will be corrected when I rewrite things in a cleaner, simpler and more integrated way, which is on my list of things to do. Second versions are usually better than the first, due to seeing how things could be done better.
OK, I've watched the slightly revised code run through a few cycles, and it seems to be working correctly.
The flaw before was that if a domain appeared on a new list (say sc) but was already on a list (say ws and ob), then multi would not get updated immediately to reflect that it was in the new list (e.g., sc) also. The reason why is that the change detection was only looking at domains and not the lists they came from. Now things to note when any list gets changed, not just changes to the domains. Now updates to multi are happening appropriately more often.
All this will be replaced with something better in the next version, but until then updates to multi should happen more quickly and as originally intended.
Jeff C. -- "If it appears in hams, then don't list it."
On Wednesday, October 13, 2004, 5:30:41 PM, Thomas Johnson wrote:
(Sorry about that - hit send a little too early).
Perhaps I'm confused, but shouldn't something listed in WS and JP also be in multi?
Here's a domain from an email that made it through our filters:
# dig +short @localhost mystuffsupplyMUNGED.com.ws.surbl.org 127.0.0.2 # dig +short mystuffsupplyMUNGED.com.multi.surbl.org
<nothing>
Am I missing something?
It's on multi now:
antispam: [103]% dig mystuffsupply.com.multi.surbl.org ... mystuffsupply.com.multi.surbl.org. 15M IN A 127.0.0.68
There can be a delay in entries getting onto multi from the individual lists. We're working on reducing that delay.
Jeff C. -- "If it appears in hams, then don't list it."