9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* [9fans] opposite of bloom filter
@ 2010-11-13 18:43 Enrico Weigelt
  2010-11-13 22:26 ` Lyndon Nerenberg (VE6BBM/VE7TFX)
  2010-11-13 22:31 ` Russ Cox
  0 siblings, 2 replies; 14+ messages in thread
From: Enrico Weigelt @ 2010-11-13 18:43 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs


Hi folks,


I'm currently looking for the opposite of an bloom filter, which
may have false negatives but no false positives.

The purpose is allowing an spooling (store+forward) mail relay
to learn which addresses are not accepted by the actual maildrop
(which is connected by an uucp-link, so no direct smtp chat),
to get rid of the thousands silly error bounces from brute force
attacks on email addresses.

An trivial idea would be simply using an hashtable as blacklist,
but obviously that would become very big. I need a more compact
form, perhaps a subset of regex'es, a colored (b)tree, etc ?


Any ideas ?


thx
--
----------------------------------------------------------------------
 Enrico Weigelt, metux IT service -- http://www.metux.de/

 phone:  +49 36207 519931  email: weigelt@metux.de
 mobile: +49 151 27565287  icq:   210169427         skype: nekrad666
----------------------------------------------------------------------
 Embedded-Linux / Portierung / Opensource-QM / Verteilte Systeme
----------------------------------------------------------------------



^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2010-11-14  2:56 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-11-13 18:43 [9fans] opposite of bloom filter Enrico Weigelt
2010-11-13 22:26 ` Lyndon Nerenberg (VE6BBM/VE7TFX)
2010-11-13 22:48   ` erik quanstrom
2010-11-13 23:10     ` Lyndon Nerenberg (VE6BBM/VE7TFX)
2010-11-14  2:52   ` Bruce Ellis
2010-11-14  2:54     ` Bruce Ellis
2010-11-14  2:56       ` Bruce Ellis
2010-11-13 22:31 ` Russ Cox
2010-11-13 22:38   ` Lyndon Nerenberg (VE6BBM/VE7TFX)
2010-11-13 23:15     ` Russ Cox
2010-11-13 23:20       ` erik quanstrom
2010-11-13 23:28       ` Lyndon Nerenberg (VE6BBM/VE7TFX)
2010-11-13 23:46         ` erik quanstrom
2010-11-13 23:51           ` Lyndon Nerenberg (VE6BBM/VE7TFX)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).