> String spoolPath = getInitParameter("spool");
> if (spoolPath == null) {
> spoolPath = "file:///../var/mail/guidspool";
> }
I believe that the path is wrong, since it assumes that var/ is a peer of
the current directory. Just use "file://var/mail/guidspool".
> org.apache.james.mailrepository.filepair.File_Persistent_Stream_Repository
> opened in /var/spool/mail/guidspool21/01/04 15:56:34 WARN
> objectstorage: Cannot find or init repository: null
What does your <mailet> element contain?
> Would going to branch_2_1_fcs fix this?
It would let you use SpoolManager.accept(AcceptFilter).
--- Noel
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]