What operating system, mail transport agent, and version of majordomo are
you running? Prior to majordomo 1.94.5 you could use short *unqualified*
email addresses. Not any more (unless you change line 605 of majordomo.pl).
# Addresses must have both an @ and a .
# if (/\@/ && !/\./) { # 1.94.4 allowed for unqualified hostnames
if (!(/\@/ && /\./)) { # 1.94.5
The comments in the lines above are my own.
Dan Liston
cwood@academic2.csuohio.edu wrote:
> I created the aliases required and ran newaliases. Whenever I send mail
> to majordomo or the list alias (test-request, test), I get
>
>
>
> MAJORDOMO ABORT (mj_majordomo)!!
>
> majordomo@academic2.csuohio.edu: cwood is not a valid return address.
>
>
> I'm on the server. I even tried aliasing my username to username@host.domain
> and it still doesn't recognize it. I don't see this particular error in the
> FAQ for majordomo.
>
> Thanks in advance
> Chris Wood
References:
|
|