Improvement proposal for greylist.conf config file
2012-10-16 by Christian Pélissier
Because greylist.conf lists are after some years bigger and bigger, it
would be nice to be allowed to define a greylist.conf list as an include
file to move out of greylist.conf theses lists :
Actual embeded list syntax is for example :
list "white domain" domain {
.... \
... \
}
Proposal external list syntax could be :
list "white domain" domain /etc/mail/greylist.d/domain.white
/ instead of { ==> include
Having the possibility to use ordinary #comments inside the included
file :
$ cat /etc/mail/greylist.d/domain.white
#
# List of whitelisted domains
#
laposte.net
netbsd.org
# gmail.com
free.fr
/.*\.groupe-tests\.fr/ # 01 net
...
--
Christian Pélissier
Office National d'Études et de Recherches Aérospatiales
BP 72 92322 Chatillon
Tel: 33 1 46 73 44 19, Fax: 33 1 46 73 41 50