Forgive me and my novice-ness but I have a fairly simple problem...
I've got qmail set up and it's working okay for single messages sent locally
with qmail-inject from a perl script. I need to set it up for a mailing list
application but one in which only portions of the mailing list can be
selected to receive mail based on details about specific list members. (I
mention this so you realize why I don't just use ezmlm. Ezmlm does not allow
you to selectively mail certain list members but rather implements an all or
nothing approach as far as I can tell). So when I call qmail-inject I want
to do so with a filename of people. It seems I need to set this QMAILMFTFILE
environment variable in order to do this. I set it with 'setenv QMAILMFTFILE
/../list.txt' and I can then see the new env var with 'printenv' but
qmail-inject ignores it. Is qmail looking at a different set of environment
variables and if so how do I alter those? Thanks in advance.