Re: how exactly is INCLUDERC handled?
Bart Schaefer <[email protected]>
| Newsgroups | gmane.mail.procmail |
|---|---|
| Message-ID | <[email protected]> |
On Fri, Jan 14, 2011 at 9:04 AM, LuKreme <[email protected]> wrote: > > The procmailrc is never parsed, executed, nor compiled. Obviously it's parsed and "executed," otherwise there would be no syntax rules and nothing would ever happen. The execution is by interpreter, not direct machine instructions, but it does execute. The point, however, is that unlike (say) perl, the entire file is not compiled before interpretation begins.