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/; |
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*) |