I've written a nice little test servlet that forwards emails to NNTP
servers.

It could be prettied up, but its not a framwork, just a demonstration, to
get people started.

The conf is like this:

        <servlet match="RecipientIs=nntpspy@athlon850" class="NntpDelivery">
            <server> dino </server>
            <group> things </group>
            <name> dino </name>
            <password> dino </password>
        <passThrough> true </passThrough>
                    </servlet>

I've forwarded the files to Serge.

I used the NntpClient from Sun, but put authing on top, as it had no concept
of password protected news servers.

Dino.



------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Archives and Other:  <http://java.apache.org/>
Problems?:           [EMAIL PROTECTED]

Reply via email to