On 21 Mar 2021, at 11:51, Steve Dondley <[email protected]> wrote: > user=debian-spamd argv=/usr/bin/spamc -u ${user} -f -e /usr/sbin/sendmail > -oi -f ${sender} ${recipient}
As Bill Cole said, the -f is obsolete, is not needed, and does literally nothing. If you check the man page for spamc, you will see that there is no specification for a -f flag at all. -- Nothing says poor craftsmanship more than wrinkled duct tape.
