| 33 | 
  | 
  | 
| 34 | 
   # --- @netfrag.org | 
   # --- @netfrag.org | 
| 35 | 
  | 
  | 
| 36 | 
   if ($to =~ /links-computing/) { | 
   # links-computing@netfrag.org | 
| 37 | 
 print "COPY", "\n"; | 
   $self->copy('Newsgate', 'nfo.links.computing') if $to =~ m/links-computing/; | 
| 38 | 
     #$self->copy('Newsgate', 'alt.test'); | 
  | 
| 39 | 
     $self->copy('Newsgate', 'nfo.links.computing'); | 
   # test@netfrag.org | 
| 40 | 
     #my $prg = $0; | 
   $self->copy('Newsgate', 'alt.test') if $to =~ m/test\@.*\.netfrag\.org/; | 
| 41 | 
     #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); | 
  | 
 | 
   } | 
  | 
 | 
    | 
  | 
| 42 | 
   # cvs-log@netfrag.org | 
   # cvs-log@netfrag.org | 
| 43 | 
   $self->copy('Newsgate', 'nfo.log.cvs') if $to =~ m/cvs-log\@.*netfrag\.org/; | 
   $self->copy('Newsgate', 'nfo.log.cvs') if $to =~ m/cvs-log\@.*netfrag\.org/; | 
| 44 | 
  | 
  | 
| 76 | 
   $self->copy('Newsgate', 'nfo.support') if $to =~ m/alert\@service\.netfrag\.org/; | 
   $self->copy('Newsgate', 'nfo.support') if $to =~ m/alert\@service\.netfrag\.org/; | 
| 77 | 
   $self->copy('Newsgate', 'nfo.support') if $to =~ m/.*\@h1\.service\.netfrag\.org/; | 
   $self->copy('Newsgate', 'nfo.support') if $to =~ m/.*\@h1\.service\.netfrag\.org/; | 
| 78 | 
  | 
  | 
| 79 | 
  | 
   # logcheck@service.netfrag.org | 
| 80 | 
  | 
   $self->copy('Newsgate', 'nfo.support') if $to =~ m/logcheck\@service\.netfrag\.org/; | 
| 81 | 
  | 
  | 
| 82 | 
  | 
  | 
| 83 | 
   # --- ignore (all above get *copied*) | 
   # --- ignore (all above get *copied*) |