Re: FEATURE REQUEST - Line continuations in sa-exim.conf
Coax <[email protected]>
| Newsgroups | gmane.mail.exim.spamassassin |
|---|---|
| Message-ID | <[email protected]> |
> been done so many times already, so I'd have to waste my time to write my > own or adapt a current parser, and it would probably add 100 lines of code > or more (if it's not several hundred lines) marc, just gotta look for a \ as you parse your line. if you find one, read the next line. if you dont find a complete command at the end of it, spew an error and bomb. I'm assuming you read the config line by line (or byte by byte, looking for \n) already, so it probably would take about 30 lines of code (in my estimation) to accomplish the task. Maybe these kind folks could step up and add the code for you? :) Chad