--- gateway/.dispatchmailrc 2003/03/23 21:15:41 1.2 +++ gateway/.dispatchmailrc 2003/03/23 21:17:58 1.3 @@ -33,18 +33,12 @@ # --- @netfrag.org - if ($to =~ /links-computing/) { -print "COPY", "\n"; - #$self->copy('Newsgate', 'alt.test'); - $self->copy('Newsgate', 'nfo.links.computing'); - #my $prg = $0; - #my $prg = '/data/opt/dispatchmail/bin/dispatchmail'; - #my $prg = '/etc/mail/smrsh/dispatchmail'; - #my $pipeTo = $prg . ' --mode=mail2news --thread=alt.test --base=/home/collector'; - #$self->report("PIPE: " . $pipeTo); - #$incoming->pipe($pipeTo); - } - + # links-computing@netfrag.org + $self->copy('Newsgate', 'nfo.links.computing') if $to =~ m/links-computing/; + + # test@netfrag.org + $self->copy('Newsgate', 'alt.test') if $to =~ m/test\@.*netfrag\.org/; + # cvs-log@netfrag.org $self->copy('Newsgate', 'nfo.log.cvs') if $to =~ m/cvs-log\@.*netfrag\.org/;