On Mon, 4 Sep 2006, Masaaki OYA wrote:
> Date: Mon, 4 Sep 2006 12:11:20 +0900
> From: Masaaki OYA <oya @
nro .
nao .
ac .
jp>
> To: Joe R. Jah <jjah @
cloud .
ccsf .
cc .
ca .
us>
> Cc: majordomo-users @
greatcircle .
com
> Subject: New question (exchenge to addressee of BOUNCE-mail) 3
>
> Dear Joe R. Jah and users
>
> I'm OYA. I've a new question.
> I looked next page.
> ftp://ftp.ccsf.org/majordomo-patches/1.94.5/config_parse.pl-resend.3
> I modified majordomo.cf, config_parse.pl, resend, sequencer. And I added
> "non_member_bounce = sender" to two config-files of many ML. But
> another ML that I didn't add "non_member_bounce = sender" to
> config-files recieved "RETURNED MESSAGE from ...". What shall I do?
> I think all ML was reflected this modification.
You do not have to modify majordomo.cf file, unless you want to change the
default behavior of all your lists, for which you have not explicitly
set the non_member_bounce attribute. Here is the excerpt from the patch:
# Majordomo owner can change the default policy in majordomo.cf file, e.g:
# -----------------------------
# $config'default_non_member_bounce = "sender";
You CAN change the default policy, like the example above, but you don't
have to. To change or reverse what you have unwittingly done, you should
change or remove the line in your majordomo.cf file.
Regards,
Joe
--
_/ _/_/_/ _/ ____________ __o
_/ _/ _/ _/ ______________ _-\<,_
_/ _/ _/_/_/ _/ _/ ......(_)/ (_)
_/_/ oe _/ _/. _/_/ ah jjah @
cloud .
ccsf .
cc .
ca .
us
> > I'm OYA. Thank you very very much.
> > I modified the sequencer like you suggested. I solved a problem.
> >
> >
> >> Your first move was all you needed to do; Undo your "Next" move; that is
> >> not what I suggested. You should end up with something like this:
> >>
> >> 418 if ( $infile == 0 ) {
> >> 419 # add next 7 line by M.Oya, 2006/08/24
> >> 420 $non_member_bounce = $config_opts{$opt_l,"non_member_bounce"};
> >> 421 if($non_member_bounce =~ /no_one/i){
> >> 422 unlink(&fileglob("$TMPDIR", "^resend\.$$\."));
> >> 423 exit(0);
> >> 424 }
> >> 425 &rts($reply_to||$from) if $non_member_bounce =~ /sender/i;
> >> 426 " Non-member submission rds from [$from] ";
> >> 427 &bounce ("Non-member submission org from [$from]");
> >> 428 }
>
> Best Regards,
> ----------------------------------------------------------------------
> Nobeyama Radio Observatory, in Japan
> Computer Support Team Masaaki Oya
> Tel. 81-267-98-4337 (NRO-SE-room)
> Fax. 81-267-98-2093 ( ,, )
> E-mail oya @
nro .
nao .
ac .
jp
> ----------------------------------------------------------------------
Follow-Ups:
|
|