X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Ffilter_bounce.cpp;h=d23dd63b0500d1aa62e80f796d60c9fbe90f3309;hb=4bfec20c393570a81471c644fad6268eed3dba29;hp=2b22813a24431c26a71716056aa08ed3afe570a8;hpb=d201492ea7198dd89dbae087eec0363a8e64e089;p=metaproxy-moved-to-github.git diff --git a/src/filter_bounce.cpp b/src/filter_bounce.cpp index 2b22813..d23dd63 100644 --- a/src/filter_bounce.cpp +++ b/src/filter_bounce.cpp @@ -100,6 +100,12 @@ void yf::Bounce::process(mp::Package &package) const return; } +void mp::filter::Bounce::configure(const xmlNode * ptr, bool test_only, + const char *path) +{ + mp::xml::check_empty(ptr); +} + static mp::filter::Base* filter_creator() { return new mp::filter::Bounce;