Search found 4 matches

by Dmowskavitto
24 Jul 2017, 14:29
Forum: Help
Topic: Upgrade to OpenSuSE Leap 42.2
Replies: 1
Views: 2479

Re: Upgrade to OpenSuSE Leap 42.2

When locking the desktop having already logged in it is showing the new login screen but on initial boot it is still showing the 42.1 theme.
by Dmowskavitto
18 Oct 2016, 11:42
Forum: Hilfe
Topic: OTRS Notification Tags
Replies: 14
Views: 5997

Re: OTRS Notification Tags

Here is a list: a) All params of the latest customer article: <OTRS_CUSTOMER_*> e. g. <OTRS_CUSTOMER_SUBJECT[18]> <OTRS_CUSTOMER_EMAIL[16]> <OTRS_CUSTOMER_From> <OTRS_CUSTOMER_To> <OTRS_CUSTOMER_Cc> <OTRS_CUSTOMER_Subject> <OTRS_CUSTOMER_Body> [...] Also possibe but depends on used action: <OTRS_CUS...
by Dmowskavitto
15 Sep 2016, 08:55
Forum: Hilfe
Topic: OTRS 5 Agent Dashboard / Ticket Betreff
Replies: 16
Views: 7219

Re: OTRS 5 Agent Dashboard / Ticket Betreff

wir haben das so gelöst, dass wir über die Funktion "Freie Felder" den Titel anpassen. Dieser wird dann auch im Dashboard angezeigt. Damit er auch in den Ticketlisten und -historien angezeigt wird, muss man in der Sysconfig unter
by Dmowskavitto
12 Sep 2016, 11:52
Forum: Hilfe
Topic: Postmaster Filter werden nicht geprüft
Replies: 10
Views: 2964

Re: Postmaster Filter werden nicht geprüft

found this solution with regular expression to check the body of incoming email. Send here is an example hope is useful for others: Create an Postmaster Filter, In the filter condition Header 1: select Body Value 1: (^|\n)Connection ID:.*\nNetwork ID:.*\nAddress.($|\n) If your email template is long...