| 2313 |
Global symbol "$self" requires explicit package name at /data/libs/nfo/perl/libs/Mail/Audit/Dispatch.pm line 194. |
Global symbol "$self" requires explicit package name at /data/libs/nfo/perl/libs/Mail/Audit/Dispatch.pm line 194. |
| 2314 |
Compilation failed in require at /usr/local/bin/dispatchmail line 37. |
Compilation failed in require at /usr/local/bin/dispatchmail line 37. |
| 2315 |
BEGIN failed--compilation aborted at /usr/local/bin/dispatchmail line 37. |
BEGIN failed--compilation aborted at /usr/local/bin/dispatchmail line 37. |
|
|
|
| 2316 |
|
|
| 2317 |
|
x added more verboseness to dispatchmail if rules-file has syntax-errors (hard to debug - sorry...) |
| 2318 |
|
#> su joko_mail |
| 2319 |
|
#> cd ~ |
| 2320 |
|
#> echo test | mail -s test joko |
| 2321 |
|
#> tail -f Mail/.dispatchmail.log |
| 2322 |
|
---------------------------------------- TRACE ---------- |
| 2323 |
|
From: Mail Delivery Subsystem <MAILER-DAEMON> |
| 2324 |
|
To: postmaster |
| 2325 |
|
Subject: Postmaster notify: see transcript for details |
| 2326 |
|
---------------------------------------- TRACE ---------- |
| 2327 |
|
RULES: Loading from "/home/joko/virtual/joko_mail/.dispatchmailrc". |
| 2328 |
|
ERROR: ERROR: Delivery failed, '/home/joko/virtual/joko_mail/.dispatchmailrc' had syntax errors: |
| 2329 |
|
syntax error at (eval 6) line 1, near "/home/joko" |
| 2330 |
|
|
| 2331 |
|
Forwarding delivery to next handler in queue (probably /var/spool/mail). |
| 2332 |
|
#> tail -f Mail/.dispatchmail.log |
| 2333 |
|
---------------------------------------- TRACE ---------- |
| 2334 |
|
From: joko_mail@netfrag.org |
| 2335 |
|
To: joko@quepasa.netfrag.org |
| 2336 |
|
Subject: test |
| 2337 |
|
---------------------------------------- TRACE ---------- |
| 2338 |
|
RULES: Loading from "/home/joko/virtual/joko_mail/.dispatchmailrc". |
| 2339 |
|
RULES: Running Perl sub "rules::dispatch". |
| 2340 |
|
ACCEPT: /home/joko/virtual/joko_mail/Mail/SORTED/me2myself |
| 2341 |
|
|
| 2342 |
|
i old code from /home/service/virtual/gateway/.dispatchmailrc |
| 2343 |
|
if ($to =~ /links-computing/) { |
| 2344 |
|
print "COPY", "\n"; |
| 2345 |
|
#$self->copy('Newsgate', 'alt.test'); |
| 2346 |
|
$self->copy('Newsgate', 'nfo.links.computing'); |
| 2347 |
|
#my $prg = $0; |
| 2348 |
|
#my $prg = '/data/opt/dispatchmail/bin/dispatchmail'; |
| 2349 |
|
#my $prg = '/etc/mail/smrsh/dispatchmail'; |
| 2350 |
|
#my $pipeTo = $prg . ' --mode=mail2news --thread=alt.test --base=/home/collector'; |
| 2351 |
|
#$self->report("PIPE: " . $pipeTo); |
| 2352 |
|
#$incoming->pipe($pipeTo); |
| 2353 |
|
} |
| 2354 |
|
|
| 2355 |
|
o monitor: |
| 2356 |
|
o /home/service/virtual/gateway/.mail-delivery_errors.log |
| 2357 |
|
o /home/service/joko_mail/.mail-delivery_errors.log |
| 2358 |
|
o /home/service/joko_mail/Mail/.mail-delivery.log |
| 2359 |
|
|