A quick followup. The problem here is that you're posting from an address
which is not legal (unless you set 'addr_require_fqdn' to 0). As you might
expect, the code is not yet completely hardened against that kind of thing.
I'm actually not sure how to handle that kind of bogosity. I'd prefer to
just drop the message on the floor as soon as we know that From: is illegal
(which is early on in the process) but that is a bit Draconian. I suppose
that we should just assume that an illegal address is never a member of any
list or sublist and is never equivalent to any other address.
BF> Mj::List::is_subscriber('Mj::List=HASH(0x84da7d8)', 'Bryan Fullerton
BF> <bryanf>') called at blib/lib/Mj/Access.pm (autosplit into
BF> blib/lib/auto/Mj/Access/list_access_check.al) line 508
See? "<bryanf>" isn't a legal address.
- J<
Follow-Ups:
|
|