[otrs] accept incoming email from customer only
lm1024 at gmail.com
lm1024 at gmail.com
Thu Dec 17 13:56:26 GMT 2009
2009/12/13 Xavier VALLERIE <xvallerie at wd-consulting.fr>
> Someone can help me to resolve this functionality.
>
> I search in archive but don't find anything to help me.
>
> I want accept email from customer only in queue "support" and send other
> request to the queue "commerce".
>
>
I have written the filter.
Can will useful.
Look attached
$OTRS_HOME/Kernel/System/PostMaster/Filter/NotCustomer.pm
In a file $OTRS_HOME/Kernel/Config.pm to add:
$Self->{'PostMaster::PreFilterModule'}->{'NotCustomerFilter'} = {
Module => 'Kernel::System::PostMaster::Filter::NotCustomer',
Set => {
'X-OTRS-Queue' => 'Hotline::Junk',
},
};
Regard,
Leonid
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.otrs.org/pipermail/otrs/attachments/20091217/f959ab32/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: NotCustomer.pm
Type: application/x-perl
Size: 3083 bytes
Desc: not available
URL: <http://lists.otrs.org/pipermail/otrs/attachments/20091217/f959ab32/attachment.pm>
More information about the otrs
mailing list