Steve Quezadas wrote:
Hello,
I am trying to find the documentation for this, but it's not on the
homepage. Also, this is a difficult term to search for in
google/maillist because of it's ubiquity.
Basically, if a user receives a certain email, I need the email to
relay to a list of people in file /var/list.txt. So the recipe looks
something like:
if ( /^From: jo...@example.com/ )
{
to /people/in/var/list.txt
}
I know the "to" command is meant for a particular email list, but is
there a similar command for forwarding to the whole list? If someone
can just point me in the right direction of where the documentation
is, I'd much appreciate it.
I was thinking of using mailman, but it seems a bit overkill since
this is a one-way newsletter that goes out every month or so.
You can start by writing a perl script to post your NL. but as time
goes, you'll need more and more features. and your hacks will be more
overkill than the available ML software.
That said, I agree that mailman, sympa, ... are overkill. time to write
new ML management software?
did you try majordomo?