> From: Erwann ABALEA <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
  ^^^^^^^^^^^^^^^ i.e. [EMAIL PROTECTED] probably still has no clue
whatsoever as long as [s]he's not a member of openssl-dev (well, I don't
know if [s]he is, but I bet [s]he isn't as I myself would never sign up
for a list as root and secondly because the question was originally
submitted to openssl-bugs). I still think that Reply-To: should be
complimented with originator's e-mail address whenever [s]he doesn't
appear to be a member of the list. I did following to my
majordomo/resend:

    if (defined($opt_r)) {
        print OUT "Reply-To: ", &config'substitute_values($opt_r);
        # add non-member to Reply-To: header!
        if (open(LISTFD,"<$listdir/$opt_l") != 0) {
            @output = grep (&addr_match($from,$_), <LISTFD>);
            close (LISTFD);
            print OUT ", ", &ParseAddrs($from) if ( $#output == -1 );
        }
        print OUT "\n";
    }

in order to make my wish true back in 1994:-) Extremely useful! Andy.
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to