[jira] [Commented] (JSPF-55) Add helper classes for supporting SRS

2012-06-12 Thread Hontvari Jozsef (JIRA)
[ https://issues.apache.org/jira/browse/JSPF-55?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13293937#comment-13293937 ] Hontvari Jozsef commented on JSPF-55: - I have implemented SRS in Mireka a while

[jira] Commented: (JAMES-901) build error

2009-05-08 Thread Hontvari Jozsef (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-901?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12707277#action_12707277 ] Hontvari Jozsef commented on JAMES-901: --- I met the same problem 1-2 years ago an

compile 2.3.1

2008-04-28 Thread Hontvari Jozsef
The current 2.3.1 cannot be compiled using ant compile-main, because mordred PoolConnEntry assumes a very old version of java.sql.Connection. Is this correct? compile-main: [javac] ...\src\java\org\apache\james\util\mordred\PoolConnEntry.java:37 : org.apache.james.util.mordred.PoolConnEntry

Re: Road Forward

2008-04-17 Thread Hontvari Jozsef
Robert Burrell Donkin írta: 1. i know that quite a lot of the IMAP/mailbox stuff is junk (both mine code and the old stuff). IMAP/mailbox is most of trunk. so yes, a substantial quantity of code in trunk is junk. a more important issue is that it's difficult to gain consensus on the production

Re: Road Forward

2008-04-15 Thread Hontvari Jozsef
Considering the low frequency of releases and the small number of new features, the version management structure of James seems to be an overkill. (Or maybe I just don't understand the system.) Although I don't think this is new for anybody here is the simplest procedure: The trunk receives al

[jira] Commented: (JAMES-52) 8bitmime capabilities missing

2005-06-11 Thread Hontvari Jozsef (JIRA)
[ http://issues.apache.org/jira/browse/JAMES-52?page=comments#action_12313376 ] Hontvari Jozsef commented on JAMES-52: -- I think this is simply a bug in IIS. If IIS supports 8bitmime then it must be able to forward (and convert) it to non-8bitmime mail

Re: Short term, but immediate, solution to spam volume.

2005-05-31 Thread Hontvari Jozsef
I forgot to mention: It doesn't check for abuse@, only postmaster@ and the email address used in the error message is hard coded. Hontvari Jozsef wrote: Maybe it helps, I have attached the source which we use for about a year. I cannot create a standard patch because my last workspa

Re: Short term, but immediate, solution to spam volume.

2005-05-31 Thread Hontvari Jozsef
Maybe it helps, I have attached the source which we use for about a year. I cannot create a standard patch because my last workspace is based on the now non-existent cvs repository. The code must be inserted before these lines into the SMTPHandler.java file: if (authRequired) {

Re: [PROPOSAL]

2005-04-13 Thread Hontvari Jozsef
I don't know what is in subversion now. In order to continue we only need one thing as the absolute minimum: the current 2.1 (or 2.2? I assume these two are same) head in the subversion trunk directory. Everything else (current production release, current head) should be left at its current place.

Re: [VOTE] POJO pattern

2005-04-11 Thread Hontvari Jozsef
the merging process, which took almost 2 years (until now) will kill James, if it hasn't killed it already. Nobody knows which is the real head branch, etc. It would be better if you rename 2.1(?), which is the production version (almost), and officially abandon the current head. If somebody wa

Re: JAMES 2.2.1 Release Candidate?

2004-08-19 Thread Hontvari Jozsef
> Thoughts? Has anyone other than Danny had time to look at the reverse path > handling changes? Vincenzo, you need for me to commit these bounce castle I also read it carefully and it seems to be correct (but I didn't noticed that subtle bug you mentioned). However the hardest part is to justif

Re: Test Build posted - JAMES-264 mail loop

2004-08-15 Thread Hontvari Jozsef
There are is reference to an email in the first (and also in the last) sentence of the description, that email includes both the fix and the analysis, which may answer your question. "Related email thread: http://nagoya.apache.org/eyebrowse/[EMAIL PROTECTED]&msgNo=11183" - Original Message --

Re: Test Build posted - JAMES-264 mail loop

2004-08-15 Thread Hontvari Jozsef
If someone would try to use the email list mailets with non-local users then he will very soon change his mind because of the catastrophic "JAMES-264 UNRESOLVED mail list loop caused by using Return-Path" bug. In the description of the issue I included a quick fix, which consists of about 5 lines

Re: Should null senders be accepted? (was RC2?)

2004-04-22 Thread Hontvari Jozsef
"null sender" is explicitly mentioned in the smtp rfcs, so it is intuitive if the null sender corresponds to (java) null. A counter argument could be if null has another meaning, i.e. if it indicates unknown/not assigned, but then the null pointer cannot be eliminated for that reason. The null send

mail list loop, reverse path <-> Return-Path header

2004-03-31 Thread Hontvari Jozsef
(I am not sure what is the status of the merge, so I don't send a patch now, and anyway, you may not agree on my evaluation) org.apache.james.James class has a bounce method, which is intended to be used for bouncing invalid emails to the reverse path (i.e. the email address supplied in the SMTP M

InaccurateTimeoutWatchdog

2004-03-24 Thread Hontvari Jozsef
It seems to me that this line is not correct: if (timeToSleep < 0) { I think it should be "<=". Otherwise if timeToSleep is (accidentally) 0, the following wait() will wait undefinitely, according to its specification. - To uns

Re: 8BITMIME support

2004-02-20 Thread Hontvari Jozsef
I was thinking about this too, I guess most of the work comes from the requirement, that if you accept 8bitmime, then you have to be able to convert it to 7bit, because a recipient server may not support 8bitmime. - Original Message - From: "Craig Raw" <[EMAIL PROTECTED]> To: <[EMAIL PROT

Re: [PATCH] GenericListServ, reversePath can be specified

2003-10-29 Thread Hontvari Jozsef
Now again in zip. - Original Message - From: "Hontvari Jozsef" <[EMAIL PROTECTED]> To: "James Developers List" <[EMAIL PROTECTED]> Sent: Wednesday, October 29, 2003 10:38 PM Subject: [PATCH] GenericListServ, reversePath can be specified > This is a

[PATCH] GenericListServ, reversePath can be specified

2003-10-29 Thread Hontvari Jozsef
This is a small patch which makes possible to specify a reversePath in descendant classes. Until now postmaster was used always and the bounces got on my nerves :) It is against the 2.1 branch. - To unsubscribe, e-mail: [EMAIL PR

Re: [PATCH] RemoteDelivery multiple delay times

2003-10-29 Thread Hontvari Jozsef
(on bounces I also mean failed attempts, before the configured retry attemps ended, this event could be used for such a notification) - Original Message - From: "Hontvari Jozsef" <[EMAIL PROTECTED]> To: "James Developers List" <[EMAIL PROTECTED]> Sent:

Re: [PATCH] RemoteDelivery multiple delay times

2003-10-29 Thread Hontvari Jozsef
I am not against this patch, actually this was one of the most important missing features for me. The current configuration is better in one (and only one) issue, it does provide feedback after about a day to the sender. I have no idea about the implementation of DSN, but sending bounces to a proc

Re: [PATCH] RemoteDelivery multiple delay times

2003-10-29 Thread Hontvari Jozsef
I think it causes more trouble then benefit if it delays a mail for not less then 5 days _without_ notifying the sender after 24 hours, saying that "I am James, your email is delayed, but I am still trying to deliver". - Original Message - From: "Noel J. Bergman" <[EMAIL PROTECTED]> To: "

mailet.org

2003-10-10 Thread Hontvari Jozsef
www.mailet.org doesn't seem to be working, a domain registrator's page is displayed instead of actual content. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [PATCH] Fix for build.xml in James v2.2.0a11 Test Build

2003-09-24 Thread Hontvari Jozsef
By the way, when I updated from cvs, javamail and activation was missing, but the ant build created the sar file without any error message. - Original Message - From: "Steve Brewin" <[EMAIL PROTECTED]> To: "James Developers List (E-mail)" <[EMAIL PROTECTED]> Sent: Wednesday, September 24

Re: Proposed Change to SenderInFakeDomain

2003-09-21 Thread Hontvari Jozsef
From: "Noel J. Bergman" > Is this something that we want in CVS? sure > One thing that bothers me is that passing a list as a configuration string > is a hardcoded mechansim, whereas someone might have the same data in a > file, DNS zone, etc., but that is not unique to this Matcher. yes, but i

Re: AbstractRedirect family: Reply-To handling

2003-09-04 Thread Hontvari Jozsef
IsImpersonallySent matcher could also be really useful for a different purpose, filtering out false virus bounces coming to an innocent email address. >(vi) the sender is not the postmaster and and not a [EMAIL PROTECTED] >(viii) the recipient is listed in the To header and if the user forwards

Re: Message path tracing

2003-07-29 Thread Hontvari Jozsef
>There is nothing to "propose." If you want it, just do it. yes, I did it for myself, and I find it useful. My proposal was to make this the default configuration. I have attached my original mail. Regarding the "turn on DEBUG" part, the default log level, INFO, should contain more info. I think

Re: Message path tracing

2003-07-29 Thread Hontvari Jozsef
> Steven Short suggested that some people might prefer to have all of the > messages sequential in a single log. On the other hand, that doesn't > highlight the sequence that happens to a single message if that processing > is interleaved with other things over a wide amount of time. I also propo

default log configuration

2003-07-12 Thread Hontvari Jozsef
James has about 10 log files now, and I usually have no idea in which one should I look for a specific entry - even after using james for a few moths and having some practice with the source code. The mail software I used before only had one log file, and I found that better. Finally I changed Jame

Re: [PATCH] null pointer exception if mail without subject header prefixed

2003-07-02 Thread Hontvari Jozsef
; Stick it in a .ZIP and send again. > > --- Noel > > -----Original Message- > From: Hontvari Jozsef [mailto:[EMAIL PROTECTED] > Sent: Wednesday, July 02, 2003 17:49 > To: James Developers List > Subject: Re: [PATCH] null pointer exception if mail without subject header >

Re: [PATCH] null pointer exception if mail without subject header prefixed

2003-07-02 Thread Hontvari Jozsef
something is wrong with the new list, look at the raw body of my previous letters, somehing strips the body of the attachment. - Original Message - From: "Hontvari Jozsef" <[EMAIL PROTECTED]> To: "James Developers List (E-mail)" <[EMAIL PROTECTED]> Sent: W

Re: [PATCH] null pointer exception if mail without subject header prefixed

2003-07-02 Thread Hontvari Jozsef
again, although I did attach the patch... - Original Message - From: "Hontvari Jozsef" <[EMAIL PROTECTED]> To: "James Developers List (E-mail)" <[EMAIL PROTECTED]> Sent: Wednesday, July 02, 2003 11:39 PM Subject: [PATCH] null pointer exception if mail

[PATCH] null pointer exception if mail without subject header prefixed

2003-07-02 Thread Hontvari Jozsef
1 code + 2 javadoc lines changed, the charset aware subject replacing function didn't handle correctly mails which had no subject. The result was a NPE if the prefix configuration parameter was set on an AbstractRedirect or GenericListserv descendant and a mail was received without a subject header