If you really want to do filtering as Bram suggests, I'd recommend you to
do it in your MTA on the DSpace server. Assuming you're using an MTA with a
smarthost configuration, which is the usual and easy configuration, you can
configure it to do some filtering depending on body content and drop only
the emails with the name of the exception you want to ignore. Of course,
the configuration is specific to your particular
MTA (sendmail/postfix/exim/...).

The alternative is to modify DSpace source code to catch the
SQLRecoverableException
here
https://github.com/DSpace/DSpace/blob/master/dspace-api/src/main/java/org/dspace/storage/rdbms/DatabaseManager.java#L590
and do nothing (ignore it).


Regards,
~~helix84

Compulsory reading: DSpace Mailing List Etiquette
https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette
------------------------------------------------------------------------------
Try New Relic Now & We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, & servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr
_______________________________________________
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Reply via email to