/[cvs]/gateway/.dispatchmailrc
ViewVC logotype

Diff of /gateway/.dispatchmailrc

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.3 by gateway, Sun Mar 23 21:17:58 2003 UTC revision 1.5 by gateway, Wed Jun 4 05:47:56 2003 UTC
# Line 37  sub dispatch { Line 37  sub dispatch {
37    $self->copy('Newsgate', 'nfo.links.computing') if $to =~ m/links-computing/;    $self->copy('Newsgate', 'nfo.links.computing') if $to =~ m/links-computing/;
38    
39    # test@netfrag.org    # test@netfrag.org
40    $self->copy('Newsgate', 'alt.test') if $to =~ m/test\@.*netfrag\.org/;    $self->copy('Newsgate', 'alt.test') if $to =~ m/test\@.*\.netfrag\.org/;
41    
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/;
# Line 76  sub dispatch { Line 76  sub dispatch {
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*)

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.5

MailToCvsAdmin">MailToCvsAdmin
ViewVC Help
Powered by ViewVC 1.1.26 RSS 2.0 feed