
11 May
2004
11 May
'04
11:31 p.m.
-----Original Message----- From: Robert Kehl [mailto:robert.kehl@otrs.de] Sent: Tuesday, May 11, 2004 5:15 PM To: User questions and discussions about OTRS. Subject: Re: [otrs] X-OTRS not filtering properly
On Wednesday, May 12, 2004 1:11 AM Tyler Hepworth
wrote: Match => { Subject => '[WEB]', }, Set => { 'X-OTRS-Queue' => 'WebDev', },
It works, but too well. All message grabbed by PostmasterPOP3.pl are automatically dumped into WebDev.
Try
Subject => '\[WEB\]',
Thank you! It works a treat. Tyler