[ic] Cascade or other problem in routes setup?

Jon Jensen interchange-users@icdevgroup.org
Wed Nov 20 14:10:01 2002


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