4 messages in net.sourceforge.lists.courier-users[courier-users] Mailbot documentation
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] Mailbot documentationActions...
From:Kevin Murphy (kev@penguin.sargon-ps.com)
Date:Sep 6, 2001 3:04:39 pm
List:net.sourceforge.lists.courier-users

Hello,

I'm having a bit of a problem working my way through the mailbot documenation.

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!!