Custom Postmaster module in OTRS 1.3.1

Is it possible to specify a custom postmaster module within the web interface or does it have to remain in the Config.pm file? Here is what is in my 1.2 Config.pm $Self->{'PostMaster::PreFilterModule'}->{'Custom Postmaster'} = { Module => 'Kernel::System::PostMaster::Filter::Simple', } Thanks, Tyler Hepworth

Hi Tyler, Tyler Hepworth wrote:
Is it possible to specify a custom postmaster module within the web interface or does it have to remain in the Config.pm file?
Here is what is in my 1.2 Config.pm
$Self->{'PostMaster::PreFilterModule'}->{'Custom Postmaster'} = { Module => 'Kernel::System::PostMaster::Filter::Simple', }
Still in Config.pm. The web interface is "just" for matching and setting headers.
Tyler Hepworth
Martin Edenhofer -- ((otrs.de)) :: OTRS GmbH :: Norsk-Data-Str. 1 :: 61352 Bad Homburg http://www.otrs.de/ :: Manage your communication!
participants (2)
-
Martin Edenhofer
-
Tyler Hepworth