On Sun, 5 Jul 1998, Marc Haber wrote:
> I have set in majordomo.cf:
> |$mailer = "$sendmail_command -oi -oee -fmajordomo\@lists.mydomain.de";
> |$bounce_mailer = "$sendmail_command -oi -oee -fmajordomo\@lists.mydomain.de -t";
Stick three backslashes in, not one. (christ knows why.) And *don't*
use majordomo@ as the return address, or bounces will go to that, and
all hell will break loose. If $sender is always unqualified in
Majordomo, try
-f\$sender\\\@your.domain
(you need to escape the dollar so it is only interpreted when the mail
is sent, and not straight away; this is usual for the majordomo config
though.) That way you'll get the correct sender for each list, with
the domain added too.
--
Ben Smithurst <ben@???> <
http://www.scientia.demon.co.uk/>
--
*** Exim information can be found at
http://www.exim.org/ ***