More than one system address for specific queue

Hi all, I'm trying to get all emails into one specific queue - emails come from different To/Cc: addresses, because OTRS' email is subscibed to couple of internal mail lists. For example To/Cc: can be helpdesk@inc.com or info@inc.com Is it possible to make OTRS get them all in one queue? If I set two system addresses pointing to the same queue still don't work. Mails from helpdesk go to correct queue, but info mails go into Raw queue. After that I've tried to use .procmailrc formail like: :0 fhw : * To:.*info@inc.com* | formail -I "X-OTRS-Queue: CorrectQueue" And still don't work (don't even have this tag in mail headers!?) Any hints? Best regards, Alex

I forgot to mention one more thing :-) if I set two different "Email Addresses" (in OTRS) pointing to the same queue, then I get only one of them listed in PhoneView' To: drop down menu, why is that? There should be both of them, along with the others, right? Best regards, Alex
-----Original Message----- From: otrs-admin@otrs.org [mailto:otrs-admin@otrs.org] On Behalf Of Alex Mihicinac Sent: 22. maj 2003 18:00 To: otrs@otrs.org Subject: [otrs] More than one system address for specific queue
Hi all,
I'm trying to get all emails into one specific queue - emails come from different To/Cc: addresses, because OTRS' email is subscibed to couple of internal mail lists. For example To/Cc: can be helpdesk@inc.com or info@inc.com Is it possible to make OTRS get them all in one queue? If I set two system addresses pointing to the same queue still don't work. Mails from helpdesk go to correct queue, but info mails go into Raw queue.
After that I've tried to use .procmailrc formail like:
:0 fhw : * To:.*info@inc.com* | formail -I "X-OTRS-Queue: CorrectQueue"
And still don't work (don't even have this tag in mail headers!?)
Any hints?
Best regards,
Alex
_______________________________________________ OTRS mailing list: otrs - Webpage: http://otrs.org/ Archive: http://lists.otrs.org/pipermail/otrs To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs

Hi Alex, On Thu, May 22, 2003 at 06:12:33PM +0200, Alex Mihicinac wrote:
I forgot to mention one more thing :-) if I set two different "Email Addresses" (in OTRS) pointing to the same queue, then I get only one of them listed in PhoneView' To: drop down menu, why is that? There should be both of them, along with the others, right?
That is because each destination queue is just shown one time. So the list is short as possible.
Alex
Martin -- Martin Edenhofer - <martin at edenhofer.de> - http://martin.edenhofer.de/ -- "There are two major products that come out of Berkeley: LSD and Unix. We don't believe this to be a coincidence." -- Jeremy S. Anderson

Hi Alex, On Thu, May 22, 2003 at 05:59:57PM +0200, Alex Mihicinac wrote:
I'm trying to get all emails into one specific queue - emails come from different To/Cc: addresses, because OTRS' email is subscibed to couple of internal mail lists. For example To/Cc: can be helpdesk@inc.com or info@inc.com Is it possible to make OTRS get them all in one queue? If I set two system addresses pointing to the same queue still don't work. Mails from helpdesk go to correct queue, but info mails go into Raw queue.
This should work! Maybe there is an error (typo) in the 'info@inc.com' address!
After that I've tried to use .procmailrc formail like:
:0 fhw : * To:.*info@inc.com* | formail -I "X-OTRS-Queue: CorrectQueue"
And still don't work (don't even have this tag in mail headers!?)
Any hints?
Try '^TO' instead of 'To:'. 'To:' will just work for To-line. [man procmailrc] If the regular expression contains `^TO' it will be substituted by `(^((Original-)?(Resent-)?(To|Cc|Bcc)|(X-Envelope |Apparently(-Resent)?)-To):(.*[^a-zA-Z])?)', which should catch all destination specifications containing a specific word. [...]
Alex
Martin -- Martin Edenhofer - <martin at edenhofer.de> - http://martin.edenhofer.de/ -- "Security is a process, not a product." - Bruce Schneier
participants (2)
-
Alex Mihicinac
-
Martin Edenhofer