Re: server-dev-unsubscribe@james.apache.org

2003-09-24 Thread Aaron . Knauf
Well I must say that Mr Flick at least had the guts to give his name with his post, rather that sending to the unsubscribe address from an anonymous, numbered yahoo account. The numbered yahoo account is more in line with typical spammer practices than Mr Flick's expression of his opinion was. I

server-dev-unsubscribe@james.apache.org

2003-09-24 Thread 955301
For your information, regarding the spam below from Edward Flick: CDF imaging, the company Edward works for, can be reached as follows: 1515 Tower Dr. Moore, OK 73160 (800) 233-7773 or (405) 794-1594 Fax: (405) 794-1586 Turns out Paul Flick is the CEO (extension 113), and Denny Flick (extension

cvs commit: james-server/src/java/org/apache/james/transport/matchers SenderInFakeDomain.java

2003-09-24 Thread noel
noel2003/09/24 14:11:26 Modified:src/java/org/apache/james/transport/matchers Tag: branch_2_1_fcs SenderInFakeDomain.java Log: Allow specifying networks to be considered bad. Undocumented, since this may not be the *best* way, but available Revision

Cell Phone Number portability (give congress your two cents worth)

2003-09-24 Thread Edward Flick
Did you know that if you switch cell phone carriers, you have no choice but to change cell phone numbers, too? That's supposed to change on November 24 - the deadline for cell phone companies to allow you to keep your cell phone number when you switch carriers. It's called number portability an

cvs commit: james-server/src/java/org/apache/james/mailrepository AvalonMailRepository.java

2003-09-24 Thread noel
noel2003/09/24 09:41:43 Modified:src/java/org/apache/james/mailrepository Tag: branch_2_1_fcs AvalonMailRepository.java Log: Add optional FIFO attribute to sort list before returning to caller. Uses default collation. Revision ChangesPath No

cvs commit: james-server/src/java/org/apache/james/transport/mailets FromRepository.java

2003-09-24 Thread noel
noel2003/09/24 09:11:39 Added: src/java/org/apache/james/transport/mailets Tag: branch_2_1_fcs FromRepository.java Log: Initial version of a mailet that can respool from a repository. Revision ChangesPath No revision No

RE: User Attributes

2003-09-24 Thread Jason Webb
> -Original Message- > From: Noel J. Bergman [mailto:[EMAIL PROTECTED] > Sent: 24 September 2003 16:38 > To: James Developers List > Subject: RE: User Attributes > > > Jason, > > Jason Webb wrote: > > Steven Brewin wrote: > > > Jason Webb wrote: > > > > However, I need to store attrib

cvs commit: james-server build.xml

2003-09-24 Thread noel
noel2003/09/24 08:57:30 Modified:.Tag: branch_2_1_fcs build.xml Log: updated dnsjava to 1.4.1 Revision ChangesPath No revision No revision 1.116.2.15 +3 -3 james-server/build.xml Index: build.xml

RE: User Attributes

2003-09-24 Thread Noel J. Bergman
Jason, Jason Webb wrote: > Steven Brewin wrote: > > Jason Webb wrote: > > > However, I need to store attributes on the user for IMAP to work > > > properly. These are two lists: > > > 1) The list of current folders > > > 2) The list of subscribed folders > > > > > > As there is no place to store t

RE: [PATCH] FIFO file repository

2003-09-24 Thread Noel J. Bergman
Diego, I went back and reviewed the thread "FIFO spool manager" from January 24, 2003. > I thought about making it configurable via something like: > > true > That would have been a good idea. For each call to accept(), we call list(). On a system with a large spool queue, we could be expe

RE : [PATCH] FIFO file repository

2003-09-24 Thread Diego Castillo
Hi Noel, I do have a need for FIFO. I have been asking for such a feature for a long time. You can check the thread "FIFO spool manager" on the user mailing list (January 24, 2003). I agree that the patch is ridiculous. I thought about making it configurable via something like: true The def

RE: User Attributes

2003-09-24 Thread Jason Webb
> -Original Message- > From: Steve Brewin [mailto:[EMAIL PROTECTED] > Sent: 24 September 2003 11:24 > To: James Developers List (E-mail); [EMAIL PROTECTED] > Subject: User Attributes > > > Jason Webb wrote: > > However, I need to store attributes on the user for IMAP to work > > properl

User Attributes

2003-09-24 Thread Steve Brewin
Jason Webb wrote: > However, I need to store attributes on the user for IMAP to work > properly. > These are two lists: > 1) The list of current folders > 2) The list of subscribed folders > > As there is no place to store this information, I propose to add > attributes to the User object to allow

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

2003-09-24 Thread Steve Brewin
Steve Brewin wrote: > In James v2.2.0a11 Test Build, build.xml still refers to > dnsjava-1.4.0.jar > rather than the new dnsjava-1.4.0.jar, so neither get added > to james.sar. In the above, the new jar is dnsjava-1.4.1.jar. The submitted patch is correct. --

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

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

2003-09-24 Thread Steve Brewin
Hi, In James v2.2.0a11 Test Build, build.xml still refers to dnsjava-1.4.0.jar rather than the new dnsjava-1.4.0.jar, so neither get added to james.sar. The attached patch corrects this. -- Steve build24Sep03.zip Description: Zip compressed data -