Re: prob with writing a simple mailet

2006-11-02 Thread Vincenzo Gianferrari Pini
Your attached files didn't go through (at least to me). Can you resend them? Vincenzo Ahsan wrote: pls find attached my matcher and mailet files, thnaks for your help. i am trying out your suggestion now and will let you know the results :) thanks again - ahsan On 11/1/06, *Vincenzo

Re: prob with writing a simple mailet

2006-11-02 Thread Ahsan
Dear Vicenzo, sure I can, thnaks for your help :) - ahsan On 11/2/06, Vincenzo Gianferrari Pini [EMAIL PROTECTED] wrote: Your attached files didn't go through (at least to me). Can you resend them?VincenzoAhsan wrote: pls find attached my matcher and mailet files, thnaks for your help. i am

Re: prob with writing a simple mailet

2006-11-02 Thread Norman Maurer
Please remember it's not possible to send attachments to apache mailinglists. The Attachments get removed.. bye Norman Ahsan schrieb: Dear Vicenzo, sure I can, thnaks for your help :) - ahsan On 11/2/06, Vincenzo Gianferrari Pini [EMAIL PROTECTED] wrote: Your attached files didn't go

Re: prob with writing a simple mailet

2006-11-02 Thread Ahsan
i did have some suspicion that this might happen and did BCC my mail with the attachments to Vicenzo :) thanks for your information - ahsan On 11/2/06, Norman Maurer [EMAIL PROTECTED] wrote: Please remember it's not possible to send attachments to apache mailinglists. The Attachments get

Re: prob with writing a simple mailet

2006-11-02 Thread Vincenzo Gianferrari Pini
Ahsan, just for didactical purposes, the following should (?) be the minimum code needed for your matcher (you need jdk 1.5): -- package serveravailability.matcher; import java.io.IOException; import org.apache.mailet.GenericRecipientMatcher; import org.apache.mailet.MailAddress;

NullPointerException when try to start James from RUN or Avalon Phoenix Launcher Main class

2006-11-02 Thread Miroslav Nachev
Hi, When I try to start James from RUN script or using a simple class with org.apache.avalon.phoenix.launcher.Main.main(new String[] {start}) I have the following error: There was an uncaught exception: - --- Message --- null --- Stack

Re: prob with writing a simple mailet

2006-11-02 Thread Ahsan
hi, thnx for your kind help btw, i did see a way to find if a certain host had any mail server or not. tha would have been better i guess. i already know ab8 the problems with sending and ICMP package :-s On 11/2/06, Vincenzo Gianferrari Pini [EMAIL PROTECTED] wrote: Ahsan, just for

Re: NullPointerException when try to start James from RUN or Avalon Phoenix Launcher Main class

2006-11-02 Thread Bernd Fondermann
On 11/2/06, Miroslav Nachev [EMAIL PROTECTED] wrote: Hi, My idea to run from a simple class is to be able to debug the code from IDEs like NetBeans and/or JBuilder. I recommend using remote debugging, having two separate JVM: one for James, one for IDE. This is done by enabling debugging in