24GSmtp::FilterFactoryBase::Spec::Spec()
27GSmtp::FilterFactoryBase::Spec::Spec(
const std::string & first_ ,
const std::string & second_ ) :
35 if( first.empty() && !second.empty() )
39 else if( rhs.first.empty() )
46 second.append(
",",second.empty()?0U:1U).append(rhs.first).append(1U,
':').append(rhs.second) ;
Filter specification tuple for GSmtp::FilterFactoryBase::newFilter().