You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-user@james.apache.org by Ian Huynh <ia...@hubspan.com> on 2003/06/19 18:50:32 UTC

RE: RecipientIsRegex

Just a followup question on this 

So basically i can also use this matcher (in release 2.2) to look for a certain set of 
recipient and route them properly, the remaining ones that I don't want can be sent to spam processor.

My question is:
- by the time it gets to this matcher, has James finished spooling through the entire email? or has it only read
through the headers?

- i am just wondering if there's a way to examine the headers (ie. recipient list) first and prematurely terminate
 the client connection if we don't see what we like without bothering to read the entire email body



-----Original Message-----
From: Noel J. Bergman [mailto:noel@devtech.com]
Sent: Tuesday, May 20, 2003 10:44 AM
To: James Users List
Subject: RE: Using James as relay connector?


> I have developed the RecipientMatch matcher here is the code

Accepted.  Named changed to RecipientIsRegex, pending resolution of naming
convention discussion on james-dev.

I will also add your name to the "weare" page as a contributor.  Please note
that the James PMC voted to remove @author tags from the code base (lazy
removal - they are supposed to be deleted when the files are updated).

	--- Noel


---------------------------------------------------------------------
To unsubscribe, e-mail: james-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: james-user-help@jakarta.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: james-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: james-user-help@jakarta.apache.org


RE: RecipientIsRegex

Posted by "Noel J. Bergman" <no...@devtech.com>.
> - by the time it gets to this matcher, has James finished spooling

James queues complete messages to the pipeline.

> if there's a way to examine the headers (ie. recipient list) first
> and prematurely terminate  the client connection

That is not one of the fast-fail conditions currently supported.

	--- Noel

---------------------------------------------------------------------
To unsubscribe, e-mail: james-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: james-user-help@jakarta.apache.org