Re: Prefix for mails to user@commons.apache.org?

2016-08-30 Thread Thomas Brand
Hi, i understand that using the list-id in the header is the correct thing to do, and using that id is certainly an elegant way to i.e. automatically file these messages into its own folder. However setting up filters isn't sometimes easy or limited and mails end up flat. Please have a look at

Re: NPE in getRemoteAdress

2016-08-30 Thread Oliver Zemann
Seems like that made it. I used a new FTPClient for each file to download, that worked now in the JUnit. Will try it this weekend to get the same in my application. Thanks! Am 30.08.2016 um 16:23 schrieb sebb: On 29 August 2016 at 18:28, Oliver Zemann wrote: My

Re: NPE in getRemoteAdress

2016-08-30 Thread Oliver Zemann
I wrote a simple JUnit, did not stick deeper into it but at the first moment, it behaves just like at my application. So i *guess* its the same problem here: package de.mydomain.jsfdl.app.sfdl; import org.apache.commons.net.ftp.FTP; import org.apache.commons.net.ftp.FTPClient; import

Re: Prefix for mails to user@commons.apache.org?

2016-08-30 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Matt, On 8/30/16 12:01 PM, Matt Sicker wrote: > Oh, I thought he was talking about subprojects, not lists. Yeah, > the List-Id and other List-* headers are good enough for this > normally. .. or the "TO" or "CC" headers. Any client should be able

Re: Prefix for mails to user@commons.apache.org?

2016-08-30 Thread Matt Sicker
Oh, I thought he was talking about subprojects, not lists. Yeah, the List-Id and other List-* headers are good enough for this normally. On 30 August 2016 at 10:49, Paix, Manfred wrote: > > I don't like an additional prefix in the subject line, the subproject like >

AW: Prefix for mails to user@commons.apache.org?

2016-08-30 Thread Paix, Manfred
I don't like an additional prefix in the subject line, the subproject like [math] should be enough. -Ursprüngliche Nachricht- Von: Matt Sicker [mailto:boa...@gmail.com] Gesendet: Dienstag, 30. August 2016 17:43 An: Commons Users List Betreff: Re: Prefix for mails to

Re: Prefix for mails to user@commons.apache.org?

2016-08-30 Thread Matt Sicker
The List-Id header only says which list it's from, not which subproject it's in. On 30 August 2016 at 10:23, Thomas Brand wrote: > On Tue, August 30, 2016 17:18, Mark Thomas wrote: > > On 30/08/2016 16:14, Thomas Brand wrote: > > > >> > >> Hi, > >> when i receive mail from

Re: Prefix for mails to user@commons.apache.org?

2016-08-30 Thread Thomas Brand
On Tue, August 30, 2016 17:18, Mark Thomas wrote: > On 30/08/2016 16:14, Thomas Brand wrote: > >> >> Hi, >> when i receive mail from other lists, they have a subject like [listname] >> subject, which akes it easy to quickly sort and overview mails from >> multiple lists in one box (i.e. the

Re: Prefix for mails to user@commons.apache.org?

2016-08-30 Thread Mark Thomas
On 30/08/2016 16:14, Thomas Brand wrote: > > Hi, > when i receive mail from other lists, they have a subject like > [listname] subject, which makes it easy to quickly sort and overview mails > from multiple lists in one box (i.e. the inbox). It also makes it easier > to quickly filter from spam

Prefix for mails to user@commons.apache.org?

2016-08-30 Thread Thomas Brand
Hi, when i receive mail from other lists, they have a subject like [listname] subject, which makes it easy to quickly sort and overview mails from multiple lists in one box (i.e. the inbox). It also makes it easier to quickly filter from spam messages. Would it be possible that listserver from

ApacheCon Seville CFP closes September 9th

2016-08-30 Thread Rich Bowen
It's traditional. We wait for the last minute to get our talk proposals in for conferences. Well, the last minute has arrived. The CFP for ApacheCon Seville closes on September 9th, which is less than 2 weeks away. It's time to get your talks in, so that we can make this the best ApacheCon yet.

Re: NPE in getRemoteAdress

2016-08-30 Thread sebb
On 29 August 2016 at 18:28, Oliver Zemann wrote: > My download method looks like this: > > private void downloadDirectory(FTPClient client, String sourceDir, String > destDir, >ScheduledExecutorService > scheduledExecutorService) throws

RE: NPE in getRemoteAdress

2016-08-30 Thread Martin Gainty
if socket can stay open for normal read then that should work for filters or scheduled tasks can you put project on github or any accessible URL and send me a link or plain attach a zip and I'll take a look Thanks Martin __ > Subject: Re: NPE in