>>>>> "PO" == Patrick O'Brien <pobrien@draco.harvard.edu> writes:
PO> Is there a way to restrict posts to a list by the domain or machine
PO> name of the message sender, as opposed to their email address?
Hmmm. Unfortunately restrict_post only uses lists of addresses verbatim.
It would be tough, but possibly doable, using taboo_headers (in 1.94, when
released) and advanced perl5 regexp stuff (like zero width negative
lookahead assertions, "(?!regexp)"). Ugh.
It might be nice to have something like, say, allowed_addresses which would
be an array of regexps, like taboo_headers, at least one of which must
match. If none of these matches, restrict_post is consulted. Hmmm.
Any other ideas?
--
Jason L. Tibbitts III - tibbs@uh.edu - 713/743-8684 - 221SR1
System Manager: University of Houston High Performance Computing Center
1994 PC800 "Kuroneko" DoD# 1723
References:
|
|