| Summary: | Bugs in mail/mailgraph args | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Conall O'Brien <conall> | ||||
| Component: | Individual Port(s) | Assignee: | Rong-En Fan <rafan> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
|
Description
Conall O'Brien
2009-04-27 13:10:00 UTC
Responsible Changed From-To: freebsd-ports-bugs->rafan Over to maintainer (via the GNATS Auto Assign Tool) > Once installed mail/mailgraph needs all of it's command line flags
> duplicated in /etc/rc.conf because the config file sets flags not
> recognised by /usr/local/sbin/mailgraph/pl
Per mailgraph.pl:
GetOptions(\%opt, 'help|h', 'cat|c', 'logfile|l=s', 'logtype|t=s', 'vers
'year|y=i', 'host=s', 'verbose|v', 'daemon|d!',
'daemon_pid|daemon-pid=s', 'daemon_rrd|daemon-rrd=s',
'daemon_log|daemon-log=s', 'ignore-localhost!', 'ignore-host=s@'
'only-mail-rrd', 'only-virus-rrd', 'rrd_name|rrd-name=s',
'rbl-is-spam', 'virbl-is-virus'
) or exit(1);
it accepts both form.
State Changed From-To: open->closed I'm closing it as there is nothing I can do. Feel free to reopen if you can prove otherwise. Thanks! |