RE: Can't display chinese title and sender name

2003-06-24 Thread Jeff Cai
Which RFC I can study? Thanks --- Noel J. Bergman [EMAIL PROTECTED] But seems sendmail can handle correctly. Actually not. This: sendmail+Notes(works) Subject: is an RFC violation. --- Noel - To

Sender is:

2003-06-24 Thread Oki DZ
Hi, How do you catch messages which have null senders? It seems that mailet match=SenderIs= ... wouldn't catch them. TIA, Oki - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Sender is:

2003-06-24 Thread Oki DZ
I'd like to ask about MailAddress too. When yo do telnet localhost 25 mail from: James would reply OK. Question is, what is the content of the message's MailAddress? I have tried to instantiate one (using bsh) with new MailAddress(), new MailAddress(), but the class wouldn't parse it. TIA,

RE: Sender is:

2003-06-24 Thread Vincenzo Gianferrari Pini
mail.getRecipients(); } else { return null; } } Vincenzo -Original Message- From: Oki DZ [mailto:[EMAIL PROTECTED] Sent: martedi 24 giugno 2003 9.42 To: James Users List Subject: Re: Sender is: I'd like to ask about MailAddress too. When yo do telnet

Re: Sender is:

2003-06-24 Thread Oki DZ
On Tue, Jun 24, 2003 at 09:46:07AM +0200, Vincenzo Gianferrari Pini wrote: Try this one: SenderIsNull. I could commit it to James if useful (it's almost the simplest of all matchers, only All is simpler). Why don't you just commit it; or, put it at it.praxis.james.jar, that would really be

RE: Sender is:

2003-06-24 Thread Vincenzo Gianferrari Pini
Ok, I committed it to CVS. Vincenzo -Original Message- From: Oki DZ [mailto:[EMAIL PROTECTED] Sent: martedi 24 giugno 2003 10.18 To: James Users List Subject: Re: Sender is: On Tue, Jun 24, 2003 at 09:46:07AM +0200, Vincenzo Gianferrari Pini wrote: Try this one: SenderIsNull

RE: Can't display chinese title and sender name

2003-06-24 Thread Vincenzo Gianferrari Pini
Cai [mailto:[EMAIL PROTECTED] Sent: marted 24 giugno 2003 8.24 To: James Users List Subject: RE: Can't display chinese title and sender name Which RFC I can study? Thanks --- Noel J. Bergman [EMAIL PROTECTED] But seems sendmail can handle correctly. Actually

Can't display chinese title and sender name

2003-06-23 Thread Jeff Cai
Our Domino server is using James as an outside relay, when I use Notes client to send out the mail with Chinese title and sender name, the receiver just can see ??? in title and send name. If I use Outlook Express and James as relay the receiver can see chinese in title and sender name, if I use

RE: Can't display chinese title and sender name

2003-06-23 Thread Jeff Cai
How can I get the raw messages? Thanks. --- Noel J. Bergman [EMAIL PROTECTED] If I use Outlook Express and James as relay the receiver can see chinese in title and sender name This implies that James is preserving it, at least in one set of conditions. I use Notes client

RE: Can't display chinese title and sender name

2003-06-23 Thread Noel J. Bergman
How can I get the raw messages? For one thing, look at the *Stream* file if you are using the file system repositories. --- Noel - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

RE: Can't display chinese title and sender name

2003-06-23 Thread Jeff Cai
Here is part of a sample Stream file: From: [EMAIL PROTECTED] Message-ID: [EMAIL PROTECTED] Date: Tue, 24 Jun 2003 09:02:07 +0800 Subject: ??? Mime-Version: 1.0 Content-type: application/vnd.ms-powerpoint; name=.PPS Content-Disposition: attachment;

RE: Can't display chinese title and sender name

2003-06-23 Thread Noel J. Bergman
Is that from one that works or doesn't work? You need to be able to compare. --- Noel - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Can't display chinese title and sender name

2003-06-23 Thread Jeff Cai
It's the one that doesn't work. I do some test, please see below: James+Outlook Express(works) Message-ID: [EMAIL PROTECTED] From: test [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: =?gb2312?B?1tDOxA==?= Date: Tue, 24 Jun 2003 10:37:42 +0800 MIME-Version: 1.0 Content-Type:

RE: Can't display chinese title and sender name

2003-06-23 Thread Noel J. Bergman
James+Outlook Express(works) Subject: =?gb2312?B?1tDOxA==?= James+Notes(doesn't work) Subject: sendmail+Notes(works) Subject: sendmail+Outlook Express(works) Subject: =?gb2312?B?1tDOxA==?= From what you are showing, it *appears* that Notes is not preserving the encoding.

RE: Can't display chinese title and sender name

2003-06-23 Thread Jeff Cai
So what's your suggestion? thanks --- Noel J. Bergman [EMAIL PROTECTED] James+Outlook Express(works) Subject: =?gb2312?B?1tDOxA==?= James+Notes(doesn't work) Subject: sendmail+Notes(works) Subject: sendmail+Outlook Express(works) Subject: =?gb2312?B?1tDOxA==?= From

RE: Can't display chinese title and sender name

2003-06-23 Thread Jeff Cai
But seems sendmail can handle correctly. --- Noel J. Bergman [EMAIL PROTECTED] So what's your suggestion? If I am correct, I don't have one. See if Lotus has a fix. --- Noel --- Noel J. Bergman James+Outlook Express(works) Subject: =?gb2312?B?1tDOxA==?=

RE: trouble using the smtp sender.

2002-05-16 Thread Danny Angus
it would help if you sent a transcript of the telnet session, or at least the command that is rejected. -Original Message- From: Phil Armour [mailto:[EMAIL PROTECTED]] Sent: 16 May 2002 02:08 To: [EMAIL PROTECTED] Subject: trouble using the smtp sender. i am assuming

RE: trouble using the smtp sender.

2002-05-16 Thread Phil Armour
the smtp sender. i am assuming that this is a config problem, but it might be a syntax problem when i connect to the smtpClient in java i get an exception when i try to set the from field. I also get the same 501 exception when i telnet into the smtp program and try to manually

RE: trouble using the smtp sender.

2002-05-16 Thread Danny Angus
Subject: RE: trouble using the smtp sender. 220 myMailServer SMTP Server (JAMES SMTP Server 2.0a2) ready Thu, 16 May 2002 00 helo [EMAIL PROTECTED] 250 myMailServer Hello [EMAIL PROTECTED] (BIOHAZARD-CAFE.MIT.EDU [18.7.16.75]) mail 501 Usage: MAIL FROM:sender mail from:[EMAIL PROTECTED

RE: trouble using the smtp sender.

2002-05-16 Thread Clinton Goudie
neglect the you get that syntax error every time. Home this helps, Clint -Original Message- From: Phil Armour [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 15, 2002 7:08 PM To: [EMAIL PROTECTED] Subject: trouble using the smtp sender. i am assuming that this is a config problem

trouble using the smtp sender.

2002-05-15 Thread Phil Armour
i am assuming that this is a config problem, but it might be a syntax problem when i connect to the smtpClient in java i get an exception when i try to set the from field. I also get the same 501 exception when i telnet into the smtp program and try to manually send an email. (note: i

Re: notify sender

2002-01-16 Thread Serge Knystautas
, January 16, 2002 3:05 PM Subject: Re: notify sender Thank you for the quick and clear response. Unfortunately this may be the anvil that breaks the camel's back. For some reason, to my company, it is fairly important (read: critical) that the conf be obeyed (no 'notify sender'). To have

Re: notify sender

2002-01-16 Thread jason sackett
] To: James Users List [EMAIL PROTECTED] Sent: Wednesday, January 16, 2002 3:32 PM Subject: RE: notify sender Harsh words indeed, I can't understand why it would be unfiltered mail going out to customers without us knowing about it unless it is your customers who's mail cannot be delivered (I.E. you

RE: notify sender

2002-01-16 Thread Danny Angus
-Original Message- From: jason sackett [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 16, 2002 9:11 PM To: James Users List Subject: Re: notify sender We originate the mail on the behave of customers, but replies go directly to them so we are not relaying.. That makes

Re: notify sender

2002-01-16 Thread jason sackett
Users List [EMAIL PROTECTED] Sent: Wednesday, January 16, 2002 4:26 PM Subject: RE: notify sender -Original Message- From: jason sackett [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 16, 2002 9:11 PM To: James Users List Subject: Re: notify sender We originate

notify sender

2002-01-15 Thread jason sackett
Hello all, I have all 'notify sender' blocks in the JAMES 2.0a2 nightly build commented out. I still get this email sent from the postmaster to the user: Hi. This is the James mail server at chupacabra. I'm afraid I wasn't able to deliver your

notify sender

2002-01-15 Thread jason sackett
Hello all, I have all 'notify sender' blocks in the JAMES 2.0a2 nightly build commented out. I still get this email sent from the postmaster to the user: Hi. This is the James mail server at chupacabra. I'm afraid I wasn't able to deliver your

Re: notify sender

2002-01-15 Thread Serge Knystautas
PM Subject: notify sender Hello all, I have all 'notify sender' blocks in the JAMES 2.0a2 nightly build commented out. I still get this email sent from the postmaster to the user: Hi. This is the James mail server at chupacabra. I'm afraid