FW: Tracking each piece of mail through the system

2004-04-01 Thread J Malcolm








Never got a response on this one. Justing
bumping it back to the top of stack. Anybody got any suggestions on how
to track end to end?



Thanks.



Jerry



-Original Message-
From: J Malcolm [mailto:[EMAIL PROTECTED]

Sent: Friday, March
 19, 2004 3:20 PM
To: James Users List
Subject: Tracking each piece of
mail through the system



Ive got a situation where some legit mail
is being categorized as spam. I run a few of the default spam blockers
that come with James. But I cant figure out which one is causing a
spam hit. Im familiar with all the various logs. But there
doesnt appear to be a single routing log that tracks a note through all
the processors/matchers/mailets.

Am I missing something? Is there an easy
way to enable some sort of tracking log?

Thanks.

Jerry










Re: FW: Tracking each piece of mail through the system

2004-04-01 Thread Corey A. Johnson
I created a Mailet that logs info about any rejection to a MySQL DB. Was 
pretty straight forward. I can send you the source if you like.

Cj

J Malcolm wrote:

Never got a response on this one. Justing bumping it back to the top 
of stack. Anybody got any suggestions on how to track end to end?

Thanks.

Jerry

-Original Message-
*From:* J Malcolm [mailto:[EMAIL PROTECTED]
*Sent:* Friday, March 19, 2004 3:20 PM
*To:* James Users List
*Subject:* Tracking each piece of mail through the system
Ive got a situation where some legit mail is being categorized as 
spam. I run a few of the default spam blockers that come with James. 
But I cant figure out which one is causing a spam hit. Im familiar 
with all the various logs. But there doesnt appear to be a single 
routing log that tracks a note through all the 
processors/matchers/mailets.

Am I missing something? Is there an easy way to enable some sort of 
tracking log?

Thanks.

Jerry

--
Corey A. Johnson
Creative Network Innovations
http://www.cniweb.net/
1-800-CNi-5547 ** 1-321-259-1984
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


RE: Tracking each piece of mail through the system

2004-04-01 Thread J Malcolm
I've tried looking at the spoolmanager log.  It references everything by
that long email key requiring backtracking through other logs to find
out who it was from and to.  And it intermixes many threads of mail as
would be expected in a realtime log.  But getting the kind of info I
need out of it is difficult.  What I'd really like is a log with a
single line per mail item:

Date/Time   From   ToResult Details

---
4/1/04 16:04  [EMAIL PROTECTED][EMAIL PROTECTED]inbox:jwm  
4/1/04 16:05  [EMAIL PROTECTED]  [EMAIL PROTECTED]spam   fail nabl
mailet
4/1/04 16:05  [EMAIL PROTECTED] [EMAIL PROTECTED]   sent external


If something like this doesn't exist, I can write it.  But I'd like a
little info on where/how to install it.  I guess the first question is
whether this is even possible or if there are technical issues with the
flow processing that would prevent it. (I'm a seasoned java programmer,
but haven't dug too deeply into the James inards.)  A few suggestions to
get me started would be great.  (Possibly Corey's code is close to what
I need when I receive it).

Jerry


-Original Message-
From: Noel J. Bergman [mailto:[EMAIL PROTECTED] 
Sent: Thursday, April 01, 2004 2:41 PM
To: James Users List
Subject: RE: Tracking each piece of mail through the system

 there doesn't appear to be a single routing log that tracks a
 note through ll the processors/matchers/mailets.

The spool manager log.  Turn on DEBUG for it in environment.xml.

--- Noel

P.S. please don't send HTML e-mails.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Tracking each piece of mail through the system

2004-03-19 Thread Jerry Malcolm








Ive got a situation where some
legit mail is being categorized as spam. I run a few of the default spam
blockers that come with James. But I cant figure out which one is
causing a spam hit. Im familiar with all the various logs.
But there doesnt appear to be a single routing log that tracks a note
through all the processors/matchers/mailets.

Am I missing something? Is there an easy
way to enable some sort of tracking log?

Thanks.

Jerry