On Monday 20 February 2006 19:00, Michael Lang wrote:
> > I imagine this is because MIMEDefang can't infer what username to use -
> > is there a way I can tell it?
>
> $ ~mailman/bin/list_members
> List all the members of a mailing list.
>
> Usage: bin/list_members [options] listname
> ...
>
> and
> sub filter_sender() {
> ...
Hmm but mail that is destined to pass through mailman is handled by MIMEDefang
first - I want to tell MD to treat all mail to my lists as for the mailman
user (ie use the mailman user's Bayes DB).
I don't mind if I have to put something like..
if ($to == "list1" | $to == "list2") {
$user = "mailman";
}
--
Daniel O'Connor software and network engineer
for Genesis Software - http://www.gsoft.com.au
"The nice thing about standards is that there
are so many of them to choose from."
-- Andrew Tanenbaum
GPG Fingerprint - 5596 B766 97C0 0E94 4347 295E E593 DC20 7B3F CE8C
pgp5HEhLT39ty.pgp
Description: PGP signature
_______________________________________________ NOTE: If there is a disclaimer or other legal boilerplate in the above message, it is NULL AND VOID. You may ignore it. Visit http://www.mimedefang.org and http://www.roaringpenguin.com MIMEDefang mailing list [email protected] http://lists.roaringpenguin.com/mailman/listinfo/mimedefang

