Incoming autoresponses

Is there a way within OTRS to drop incoming auto responces from people who are on vacation or out of the office. I don't think creating a filter will work because I have no patterns to search on. Is there a way to set a timer in OTRS that if an email goes out to a customer and that customer responds within, say 10 seconds (this would indicate an autoresponse), that the email is dropped or put into a junk queue? Thanks, Mark

You could try of set the precedence header to bulk in all messages. This should address your issue : http://www.unix.org.ua/orelly/networking/sendmail/ch25_05.htm
"All mass mailings, such as mailing-list mailings, should have a header Precedence: line that gives a priority of bulk, junk, or list. On the local machine these priorities cause the message to be processed from the queue after higher-priority mail. At other sites these priorities will cause well-designed programs (such as the newer vacation(1) [4] program) to skip automatically replying to such messages."
BTW : OTRS already uses the Precedence header to avoid infinite loops of email replies. See Kernel/System/Email.pm
" if ($Param{Loop}) {
$Header{'X-Loop'} = 'yes';
$Header{'Precedence'} = 'bulk';
}
"
Leaving only the line "$Header{'Precedence'} = 'bulk';" might work for you.
Eric B.
Le Fri, 14 Oct 2005 02:09:10 +0200, Mark Wallace
Is there a way within OTRS to drop incoming auto responces from people who are on vacation or out of the office. I don't think creating a filter will work because I have no patterns to search on. Is there a way to set a timer in OTRS that if an email goes out to a customer and that customer responds within, say 10 seconds (this would indicate an autoresponse), that the email is dropped or put into a junk queue?
Thanks, Mark _______________________________________________ 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 Support oder Consulting für Ihr OTRS System? => http://www.otrs.de/

I have noticed that some tickets will show the most recent update, while others tend to keep the original request visible. Is there a way I can set this to be more uniform? Ideally, I'd like to see the most recent message, perhaps the most recent non system message, at all times. Thanks, Zeke -- mailto:jdehnert@caymas.com James "Zeke" Dehnert Phone: 707 283 5042 Fax: 707 283 5001 -= Eschew Obfuscation =- "Life is racing, everything else is just waiting" Really, Really Funny! ==>> http://www.engrish.com
participants (3)
-
Dehnert James Sr
-
Eric Brayet
-
Mark Wallace