4 messages in net.sourceforge.lists.courier-users[courier-users] Re: Mailbot documenta...
FromSent OnAttachments
Kevin MurphySep 6, 2001 3:04 pm 
Sam VarshavchikSep 6, 2001 3:20 pm 
Kevin MurphySep 6, 2001 3:37 pm 
Sam VarshavchikSep 6, 2001 3:51 pm 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:[courier-users] Re: Mailbot documentationActions...
From:Sam Varshavchik (mrs@courier-mta.com)
Date:Sep 6, 2001 3:20:40 pm
List:net.sourceforge.lists.courier-users

Kevin Murphy writes:

I'm able to follow all of the information specific to the command line arguments
for mailbot, however I cannot determine what the very first line (the "if"
statement) in this example is doing. I've looked around through the other documentation and can't seem to find an explanation.
This is probably something very simple that I should know, and I apologize for
troubling you all, but if someone could point me in the right direction I would appreciate it. I am trying to configure
a couple of email accounts to generate auto responses for people who are on
vacation.

if (/^Subject: *info/) { cc "| mailbot -t /usr/share/autoresponse/info -d autoresponsedb \ -A 'From: in@domain.com' /usr/bin/sendmail -f ''" }

Thanks!!

If the message's subject text begins with "info", do the following commands.