Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 30137
Collapse All | Expand All

(-)qmail-autoresponder-0.96.1/main.c (-12 / +12 lines)
Lines 244-261 Link Here
244
}
244
}
245
245
246
static const char* usage_str =
246
static const char* usage_str =
247
"usage: %s [-cqDNT] [-n NUM] [-s STR] [-t TIME] %s
247
"usage: %s [-cqDNT] [-n NUM] [-s STR] [-t TIME] %s\n"
248
  -c       Copy message into response
248
"  -c       Copy message into response\n"
249
  -n NUM   Set the maximum number of replies (defaults to 1)
249
"  -n NUM   Set the maximum number of replies (defaults to 1)\n"
250
  -s STR   Add the subject to the autoresponse, prefixed by STR
250
"  -s STR   Add the subject to the autoresponse, prefixed by STR\n"
251
  -t TIME  Set the time interval, in seconds (defaults to 1 hour)
251
"  -t TIME  Set the time interval, in seconds (defaults to 1 hour)\n"
252
  -q       Don't show error messages
252
"  -q       Don't show error messages\n"
253
  -D       Don't remove old response records
253
"  -D       Don't remove old response records\n"
254
  -N       Don't send, just send autoresponse to standard output
254
"  -N       Don't send, just send autoresponse to standard output\n"
255
  If more than NUM messages are received from the same sender
255
"  If more than NUM messages are received from the same sender\n"
256
  within TIME seconds of each other, no response is sent.
256
"  within TIME seconds of each other, no response is sent.\n"
257
  This program must be run by qmail.
257
"  This program must be run by qmail.\n"
258
%s";
258
"%s";
259
259
260
void usage(const char* msg)
260
void usage(const char* msg)
261
{
261
{

Return to bug 30137