Hi there

I am hoping to implement three custom mailets for our James 3.8.0
installation:

1) to be called when an email is submitted via SMTP
2) to be called when an email is successfully delivered
OR
3) to be called when an email permanently fails to deliver

I was hoping to be able to tie the submission and success / failures
together based on message ID.

Is this possible and if so, can someone advise where best to place the
mailet tags? I've tried this (in mailetcontainer.xml) but it doesn't seem
to be getting called although I can see it gets initiated on startup:

        <processor state="bounces" enableJmx="true">
            <mailet match="All" class="MetricsMailet">
                <metricName>bounces</metricName>
            </mailet>
            <mailet match="All" class="DSNBounce">
                <passThrough>false</passThrough>
            </mailet>
<mailet match="All"
class="com.internationalpresence.mailet.RecordBounceMailet">
    <folder>./bounces/</folder>
</mailet>
        </processor>

Thanks and kind regards
Matt



-- 
Kind regards
Matt Pryor
Software Developer

The International Presence Group of Companies
EMAIL: pr...@presencebpm.com
URL: www.International-presence.com

Reply via email to