On Thu, 24 Aug 2006, Masaaki OYA wrote:
> Date: Thu, 24 Aug 2006 15:56:21 +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: Re: New question (exchenge to addressee of BOUNCE-mail) 2
>
> Dear Joe R. Jah and users
>
> I'm OYA, please teach.
> I modified sequencer, but a list member sent to ML, this mail didn't send
> to list member, and bounce to list-owner. What shall i do?
>
> Frist of all,
> I moved those seven lines inside the if statement , "if ( $infile == 0 ) {".
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 }
Regards,
Joe
--
_/ _/_/_/ _/ ____________ __o
_/ _/ _/ _/ ______________ _-\<,_
_/ _/ _/_/_/ _/ _/ ......(_)/ (_)
_/_/ oe _/ _/. _/_/ ah jjah @
cloud .
ccsf .
cc .
ca .
us
>
> 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:
References:
|
|