pau.baiges@csuc.cat writes:
When there's a message being held because it needs approval, it automatically sends an email to the list owners. However, it also states that it sends a daily reminder if the email remains unapproved, but it's not doing that.
Did it send the daily reminder before, and then stop? Or did it never send the daily reminder?
The immediate notification is triggered by the receipt of the moderated mail. However, once that happens, the Mailman daemon no longer pays attention to it. Instead, there is a cron job that runs once a day that checks the held queue and sends daily reminders.
The most likely reason is that the cron job is not running.
I'll show you how I have /etc/postfix/transport configured. I receive the first "owner" email, but not the daily one.
This is irrelevant. The same Mailman function is used to send both the immediate notification and the daily reminder, and it does not use the list-owner alias to do so. The difference is only whether it is run from the Mailman runner daemon or from a one-shot process started by cron. It consults the list configuration directly when composing the email.
Steve