RE: Null pointer exception processing Outlook Read Receipts

2006-01-05 Thread RPT
Thanks for the heads up that it might be an outlook issue Jason. I did a bit of hunting around and found this in a forum reply about someone having similar problems. "The problem is that the server you're talking to violates Internet mail standards by rejecting a blank address ("<>").

RE: Null pointer exception processing Outlook Read Receipts

2006-01-05 Thread Jason Long
I had this problem before. I believe that it is a bug in outlook, but this does not occur with some other mail servers. I have not investigated fully, but SMTP authentication is a common factor in the times this has happened to me. Thank you for your time, Jason Long CEO and Chief Software Eng

Null pointer exception processing Outlook Read Receipts

2006-01-05 Thread RPT
Hi, wondering if someone can shed some light on this. Ive been running james for a while now, and everythings been fine. But I've now noted that when Microsoft Outlook generates a requested 'read receipt' it causes a null pointer exception in james, and as this reciept is never successfu

enum error on building 2.20

2006-01-05 Thread Steve Iolone
Trying to build 2.2.0 received 24 errors, all were pointing to the enum used as an identifier.. F:\james-2.2.0-src>build compile James Build System --- Buildfile: build.xml prepare-common: Preparing code Created dir: F:\james-2.2.0-src\dist\james-2.2.0 Copying 2 files to F:\

Reusing an SMTP connection for outgoing mail

2006-01-05 Thread Chris Hane
I need to send around 8K messages (roughly 100K/message) through my James server (each to a different user, and each is personalized to the user). Right now I am sending 50 messages at a time on a single SMTP connection (and then I get a new connection). Are there any issues with sending 50

Adding a custom mailet or matcher

2006-01-05 Thread Steve Iolone
http://james.apache.org/custom_matcher_2_1.html - on deploying a custom matcher has two ways to add a custom Matcher to the classpath... one way "2. Place a jar file containing the custom class files in the lib subdirectory of the James installation. It will also be necessary to unpack the JavaM

Re: Getting James to respond to errors

2006-01-05 Thread michael . dreeling
Hi Guys, I'm receiving the following exception when trying to use DSNBounce, i guess it might not be available in our production version (2.1.3) java.lang.ClassNotFoundException: Requested mailet not found: DSNBounce Is there another option i could use to return error messages to their senders w

Re: james query

2006-01-05 Thread Stefano Bagnara
Desk3 wrote: > i have set up james correctly as far as i am aware and can send and recieive > email. > > the only problem i have is connecting to the smtp server. > > i can connect to pop3 using the server falcondesign.co.uk on every system i > have tested it with > > however i cannot conn

Re: Getting James to respond to errors

2006-01-05 Thread Stefano Bagnara
[EMAIL PROTECTED] wrote: > Hi Guys, > > I have a production issue where James puts messages which don't match any > filters into the "/var/mail/errors" folder. > > > file://var/mail/error/ repositoryPath> > true >

Getting James to respond to errors

2006-01-05 Thread michael . dreeling
Hi Guys, I have a production issue where James puts messages which don't match any filters into the "/var/mail/errors" folder. This usually happens when a user mis-spells the pre "@" side of the email address. I need James to respond to the user, and include the message in the reply. Has anyon

Re: spamassasin

2006-01-05 Thread Herman Reintke
LS, Thanks Stefano. That was a good advise. I attached my matcher, including some comments at the issue from the link below. Kind regards, Herman Reintke - Original Message - From: "Stefano Bagnara" <[EMAIL PROTECTED]> To: "James Users List" Sent: Thursday, January 05, 2006 12:49

Perl and Java Mailet?

2006-01-05 Thread Steve Iolone
I've been trying to limit spam that I get on my private James server, and have been thinking about not accepting mail from specific countries. I've never programed with Java, so I already have a pretty steep learning curve. I have found a perl module that will return the country code for a specif

james query

2006-01-05 Thread Desk3
i have set up james correctly as far as i am aware and can send and recieive email. the only problem i have is connecting to the smtp server. i can connect to pop3 using the server falcondesign.co.uk on every system i have tested it with however i cannot connect to the smtp server using th

Re: spamassasin

2006-01-05 Thread Stefano Bagnara
Herman Reintke wrote: > LS, > > I made a matcher which uses my spamassassin installation on the same system. > [...] > If someone wants the source of the matcher I am willing to proviode that. Hi Herman, you could submit your work here: http://issues.apache.org/jira/browse/JAMES-259 Stefano ---

spamassassin

2006-01-05 Thread Herman Reintke
LS, I made a matcher which uses my spamassassin installation on the same system. In the config.xml I do have the following to do the spamcheck X-SpamChecked true file://var/mail/inboxes/spambox/ If someone wants the source of the matcher I am willing to proviode that. Kind regards

spamassasin

2006-01-05 Thread Herman Reintke
LS, I made a matcher which uses my spamassassin installation on the same system. In the config.xml I do have the following to do the spamcheck X-SpamChecked true file://var/mail/inboxes/spambox/ If someone wants the source of the matcher I am willing to proviode that. Kind regards