On 16/11/05, Philip Hazel <[EMAIL PROTECTED]> wrote: > It's the way it is because people (in the early days) wanted a working > configuration that was highly commented so that newcomers could read it > and perhaps understand the way it worked. Perhaps this has turned into > overkill?
If you don't like the commented exim configuration, here's a handy sed script :) #!/bin/sed -f s/#.*$// /^\s*$/d Cheers, john -- ## List details at http://www.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://www.exim.org/eximwiki/
