X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=src%2Ffilter_bounce.cpp;h=d23dd63b0500d1aa62e80f796d60c9fbe90f3309;hb=6e5694249f3031e2d1d09ef4449e446403054d5e;hp=2b22813a24431c26a71716056aa08ed3afe570a8;hpb=c1d953eee6c00432493bc364da6284704ccd9cc2;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;