1
0
mirror of https://blitiri.com.ar/repos/chasquid synced 2025-12-17 14:37:02 +00:00

courier: Rename Procmail to MDA

This patch renames courier.Procmail to courier.MDA, to make it more
obvious that the functionality is not tied to that particular MDA.

It's just for readability, there are no functional changes.
This commit is contained in:
Alberto Bertogli
2020-09-17 02:45:48 +01:00
parent 1cc7b9a864
commit 025cb2d96a
4 changed files with 21 additions and 22 deletions

View File

@@ -159,7 +159,7 @@ func main() {
}
go stsCache.PeriodicallyRefresh(context.Background())
localC := &courier.Procmail{
localC := &courier.MDA{
Binary: conf.MailDeliveryAgentBin,
Args: conf.MailDeliveryAgentArgs,
Timeout: 30 * time.Second,