[PATCH V2] ssb: Implement virtual SPROM on disk
David Woodhouse
dwmw2 at infradead.org
Mon Mar 29 04:00:25 EDT 2010
On Mon, 2010-03-29 at 09:44 +0200, Stefano Brivio wrote:
>
> Actually, I already disabled sending from berlios (I'll be shutting
> it down completely as soon as things have settled), so this shouldn't
> happen.
>
> It looks like lists messages on infradead get sent from at least two
> different servers, anyway. In order not to be affected by this, I
> suggest filtering on the List-Id header instead. The matching value is
> "b43-dev.lists.infradead.org".
They should only come from one server; currently bombadil.infradead.org
although it may change occasionally as I migrate services between
machines.
Filtering on List-Id: will give you false positives in some
circumstances (especially when people resend list messages to you
personally, which often happens to me on lists I don't pay much
attention to).
The best thing to filter on is the SMTP sender, which usually ends up in
a 'Return-Path' header. For the b43 list, that be something like
b43-dev-bounces+dwmw2=infradead.org at lists.infradead.org (with your own
email address, not mine).
In Exim's filter language, the correct check would be:
if "$sender_address" matches "b43-dev-bounces.*@lists.infradead.org" then
save Maildir/.lists.b43/
endif
In procmail I think it's something like:
* ^Return-Path: b43-dev-bounces.*@lists.infradead.org
$MAILDIR/.lists.b43/
--
David Woodhouse Open Source Technology Centre
David.Woodhouse at intel.com Intel Corporation
More information about the b43-dev
mailing list