Re: Feature request: Ignore leading whitespace in virtual alias table format

2021-06-28 Thread Wietse Venema
Thorsten Sch?ning: > To make things better readable, I would like to have the following > layout of the same entries instead: > > ``` > # Some comment... > d...@example.org recipient > c...@example.org recipient > b@example.org recipient > a.b@example.org recipient >

Re: Feature request: Ignore leading whitespace in virtual alias table format

2021-06-25 Thread Wietse Venema
Wietse Venema: > Thorsten Sch?ning: > > Guten Tag Wietse Venema, > > am Freitag, 25. Juni 2021 um 16:21 schrieben Sie: > > > > > This also applies to main.cf, master.cf, and many other configuration > > > files. Your feature request is therefore denied. > > > > Of course all of those files would

Re: Feature request: Ignore leading whitespace in virtual alias table format

2021-06-25 Thread Wietse Venema
Thorsten Sch?ning: > Guten Tag Wietse Venema, > am Freitag, 25. Juni 2021 um 16:21 schrieben Sie: > > > This also applies to main.cf, master.cf, and many other configuration > > files. Your feature request is therefore denied. > > Of course all of those files would benefit from such a feature in

Re: Feature request: Ignore leading whitespace in virtual alias table format

2021-06-25 Thread postfix
On 06-25-2021 9:41 am, Thorsten Schöning wrote: To make things better readable, I would like to have the following layout of the same entries instead: ``` # Some comment... d...@example.org recipient c...@example.org recipient b@example.org recipient a.b@example.org re

Re: Feature request: Ignore leading whitespace in virtual alias table format

2021-06-25 Thread Thorsten Schöning
Guten Tag Wietse Venema, am Freitag, 25. Juni 2021 um 16:21 schrieben Sie: > This also applies to main.cf, master.cf, and many other configuration > files. Your feature request is therefore denied. Of course all of those files would benefit from such a feature in the long term. Though, it seems t

Re: Feature request: Ignore leading whitespace in virtual alias table format

2021-06-25 Thread Wietse Venema
Thorsten Sch?ning: > Hi all, > > The virtual alias table format of Postfix gives special meaning to > leading whitespace under certain conditions: This also applies to main.cf, master.cf, and many other configuration files. Your feature request is therefore denied. Wietse

Feature request: Ignore leading whitespace in virtual alias table format

2021-06-25 Thread Thorsten Schöning
Hi all, The virtual alias table format of Postfix gives special meaning to leading whitespace under certain conditions: ``` multi-line text A logical line starts with non-whitespace text. A line that starts with whitespace continues a logical line. ``` http://www.postfix.org/virtu