
Hi, Would it be possible to make a button/link (next to the Lock, Zoom, Close, etc. buttons) in the Queue view, that would move a ticket to the Junk queue (or maybe delete it)? We get a lot of spam in some of our queues and it takes time to close all those tickets :( Any better ideas? Thanks, Mark Nellemann Happy OTRS User

Hi Mark, On Tue, Feb 18, 2003 at 09:14:54AM +0100, Mark N. wrote:
Would it be possible to make a button/link (next to the Lock, Zoom, Close, etc. buttons) in the Queue view, that would move a ticket to the Junk queue (or maybe delete it)? We get a lot of spam in some of our queues and it takes time to close all those tickets :(
Any better ideas?
Yes, you could do this: a) add a delete queue (and memorize the queue_id) b) add a "delete" link to the dtl-template, e. g. Kernel/Output/HTML/Standard/TicketView.dtl [...] $Text{"Delete"}</a> - [...] replace the DestQueueID=x param with your delete queue_id c) Let do the delete (or maybe just a simple close) jobs the GenericAgent.pl every 20 minutes (http://otrs.org/pages/index.pl?Action=Ext&Site=Docu/generic-agent.html) -=> Then you need just one click for spam tickets! ,-)
Mark Nellemann Happy OTRS User
:)) Martin -- Martin Edenhofer - <martin at edenhofer.de> - http://martin.edenhofer.de/ -- "Security is a process, not a product." - Bruce Schneier

Hi Martin/List,
Works like a charm!
It just keeps getting better and better :)
Btw., is there a list of the filter options I can use in a GenericAgent
job? States, Qeue, Lock, etc. What about subject, from, to headers in
the mail?
- Mark
On Tue, 18 Feb 2003 22:47:39 +0100
Martin Edenhofer
Hi Mark,
On Tue, Feb 18, 2003 at 09:14:54AM +0100, Mark N. wrote:
Would it be possible to make a button/link (next to the Lock, Zoom, Close, etc. buttons) in the Queue view, that would move a ticket to the Junk queue (or maybe delete it)? We get a lot of spam in some of our queues and it takes time to close all those tickets :(
Any better ideas?
Yes, you could do this:
a) add a delete queue (and memorize the queue_id)
b) add a "delete" link to the dtl-template, e. g. Kernel/Output/HTML/Standard/TicketView.dtl [...] $Text{"Delete"}</a> - [...]
replace the DestQueueID=x param with your delete queue_id
c) Let do the delete (or maybe just a simple close) jobs the GenericAgent.pl every 20 minutes (http://otrs.org/pages/index.pl?Action=Ext&Site=Docu/generic-agent.html)
-=> Then you need just one click for spam tickets! ,-)
Mark Nellemann Happy OTRS User
:))
Martin
-- Martin Edenhofer - <martin at edenhofer.de> - http://martin.edenhofer.de/ -- "Security is a process, not a product." - Bruce Schneier

Hi Mark, On Thu, Feb 20, 2003 at 10:14:02AM +0100, Mark N. wrote:
Works like a charm!
It just keeps getting better and better :)
Btw., is there a list of the filter options I can use in a GenericAgent job? States, Qeue, Lock, etc. What about subject, from, to headers in the mail?
http://otrs.org/pages/index.pl?Action=Ext&Site=Docu/generic-agent-example.ht... -=> possible options If you want to use really cool filter for headers, use procmail and bin/PostMaster.pl (http://otrs.org/pages/index.pl?Action=Ext&Site=Docu/receiving-email-cmd.html) to sort emails.
- Mark
Martin -- Martin Edenhofer - <martin at edenhofer.de> - http://martin.edenhofer.de/ -- nohl: 8:13am up 4 days, 18:34, 6 users, load average: 0.60, 0.40, 0.30

Hey,
Little thing:
you have a variable for

Hi Gregor, On Sat, Feb 22, 2003 at 03:34:39PM -0800, Gregor wrote:
Little thing: you have a variable for
and if you could add one for the protocol type https: or http that would make OTRS even more complete :)
Thanks for the note! Wiktor added this 2 weeks ago to the 1.1 CVS tree. :)
B.T.W: we are using OTRS now since a week (400 Tickets a day) and it is far superior to the other ones out there! Thanks for all your afford!
:)) Martin -- Martin Edenhofer - <martin at edenhofer.de> - http://martin.edenhofer.de/ -- nohl: 2:02pm up 9 days, 23 min, 6 users, load average: 0.55, 0.49, 0.34
participants (3)
-
Gregor
-
Mark N.
-
Martin Edenhofer