[Bug 277767] mail/mailscanner
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 17 Mar 2024 21:31:46 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=277767
Bug ID: 277767
Summary: mail/mailscanner
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Many People
Priority: ---
Component: Individual Port(s)
Assignee: crees@FreeBSD.org
Reporter: tundra@tundraware.com
Assignee: crees@FreeBSD.org
Flags: maintainer-feedback?(crees@FreeBSD.org)
The following script is broken and has been for some time:
/usr/local/sbin/ms-update-phishing
It makes use of the following idiom:
stat -c ....
But -c is supported on Linux, not on FreeBSD.
I believe that when a new release of Mailscanner comes out, these need to be
changed to:
stat -f
--
You are receiving this mail because:
You are the assignee for the bug.