[Date Prev][Date Next][Thread Prev][Thread Next][Interchange by date
][Interchange by thread
]
[ic] Cascade or other problem in routes setup?
On Tue, 19 Nov 2002, paul jordan wrote:
> I don't believe you have commented out the default route correctly. You
> will need a space after the # .....or put two of them ##
> # Route default email.........
> ##Route default email.........
A single # sign with or without space suffices to comment out those lines.
The only exceptions are for include, ifdef, ifndef, and endif, which were
C preprocessor-style originally (#include, etc.).
Jon