In article <[EMAIL PROTECTED]>, Lloyd Zusman wrote: > "Jason R. Mastaler" <[EMAIL PROTECTED]> writes: >> Any comments on this feature before I look into coding it? How about >> the interface? Does /full/path/to/template.txt look right? I had >> thought about just specifying the template name which would be >> relative to TEMPLATE_DIR, but that seems less flexible. Also, one can >> easily do that with the variable interpolation feature: > > Hmmm ... would it be possible to default to TEMPLATE_DIR if the file > name doesn't begin with a slash; otherwise, use the full path name? > That would cover all possibilities, I think.
I second that suggestion. That preserves the "intuitive" behaviour (alternate bounce templates are in TEMPLATE_DIR), while allowing users the flexibility to use files outside TEMPLATE_DIR. The only cost I can see is an extra line or two of code, and a sentence more in the documentation. Ed _________________________________________________ tmda-workers mailing list ([EMAIL PROTECTED]) http://tmda.net/lists/listinfo/tmda-workers
