Simon Ruderich: Checking application/pgp-signature: FAILURE -- Start of PGP signed section. > --- > Hello, > > First apologies if this is the wrong mailing list for > documentation patches. > > This patch (based on the 3.2.4 sources) tries to improve the > documentation of the owner- alias handling. I hope I patched the > correct files as I'm not entirely sure which files are generated. > > The first part adds a "link" to reset_owner_alias to help the > reader to understand the effects of owner- handling in more > detail (at first I found only the short comment in man 5 aliases > and was confused what actually happens). > > The second part explains that the last owner- alias "wins" when > choosing the sender of the generated mails which I found by > trial-and-error when looking at my owner- aliases configuration > (at first I thought the first owner- alias is chosen).
I have updated some text, however it already says that owner-name will direct delivery errors, and I don't see why that would change for nested aliases. That is: aliases: list-a: aa, list-b, ac, ... owner-list-a: us...@example.com list-b: ba, bb bc, ... owner-list-b: us...@example.com Sending to list-b will always direct delivery errors to owner-list-b. Wietse