Re: Understanding amavis logs
Damian <[email protected]> Sat, 4 Jan 2025 15:32:30 +0100
| Newsgroups | gmane.mail.virus.amavis.user |
|---|---|
| Message-ID | <[email protected]> |
> $log_recip_templ = 1 exists in 20-debian_defaults. Someone modified it, as the Debian default is undef [1]. $log_recip_templ is not a boolean, though. If you want per-recipient loglines, you need to comment out the whole $log_recip_templ reassignment. Its original content is [2]. [1] https://salsa.debian.org/debian/amavisd-new/-/blob/debian/1%252.13.0-3/debian/etc/conf.d/20-debian_defaults#L24 [2] https://salsa.debian.org/debian/amavisd-new/-/blob/debian/1%252.13.0-3/lib/Amavis.pm#L7921-7939