Go into majordomo.pl and find the lines --

    print STDERR "$0: valid_addr: comparing '$addr' to '$list'\n" if 
$DEBUG;

    # XXX Should at least tell the user that there was a problem.

-- between them, insert the routine --

    if ( /satan\@hell.com/) {
        &main'abort("BLOCKED ADDRESS $addr"); #'
        return undef;
    }

-- once for each address you want to block.  Obviously, change 
"satan\@hell.com" for each address you want to block.

Let me know if you have any trouble getting that to work.

Regards.
Bill

=============================================================================
 Bill Casti, CQA                                     Email: [EMAIL PROTECTED]
 - Domain Owner, QUALITY.ORG                         Pager: +1 800 604 6149
 - List Moderator, "TQM in Manufacturing and Service Industries"
 - President, AQC, Reston VA
 - Board Chairman, ASQ Section 0511 (Northern VA)   Email: [EMAIL PROTECTED] 
 - Internet Security Manager, FEMA (Washington DC)  Email: [EMAIL PROTECTED]
-----------------------------------------------------------------------------
      PGP Public Key       http://www.casti.com/casti/quire-rsa.asc
-----------------------------------------------------------------------------
           QUALITY RESOURCES ONLINE at: http://www.quality.org
          ONLINE RECOVERY RESOURCES at: http://www.recovery.org
=============================================================================



On Tue, 16 Feb 1999, Bjoern Chyba wrote:

> how can I add a "black list" to my majordomo with addresses
> which will be refused to get mail via my mailing lists ?
> 
> 
> 

Reply via email to