Luke Davis <ldavis(_at_)voicenet(_dot_)com> writes:
:) I asked that original question quite a while ago...
Here's another question:
Can the file contain:
user(_at_)host
user(_at_)host
Or does it have to contain:
user(_at_)host,user(_at_)host
(all on the same line, seperated by commas, not newlines)?
Either will work. The first will be broken into multiple arguments by
the shell during backquote expansion, while the latter will be one
argument that sendmail will break up itself. I don't think it makes a
difference performance-wise.
Philip Guenther