At 02:22 2000.02.14 -0800, you wrote: [ deleted ]
which sends all returned mail to the admin of the whole raq instead of the user who's site the virtual host is who created the mailing list. Is there any option somewhere or a fix to get the raq to specify the sender as the user who setup the mailing list or the owner of the virtual site or to just not add Return-Path, Resent-Date, Resent-Message-Id, Sender, Resent-From, and Resent-CC fields?
I use procmail for this : Create .procmailrc in admin root directory (just login as admin) -------------------- START # .procmailrc # routes incoming mail to appropriate mailboxes PATH=/usr/bin:/usr/local/bin MAILDIR=/var/spool/mail DEFAULT=/var/spool/mail/admin LOGFILE=/dev/null SHELL=/bin/sh :0 # comment * ^To.*_site151 ! webmaster@xxxxxxxx -------------------- ENDThis will forward every mail received by admin with To: filed equals something_site151 to webmaster@xxxxxxxxxx
webmaster@xxxxxxxxx is the e-mail address of siteadmin of site151. Goran