From f24841333e4d5b40112bd8ee98edc6ba5f26d57c Mon Sep 17 00:00:00 2001 From: niccord Date: Tue, 1 Jun 2021 15:52:36 +0200 Subject: [PATCH] Issue #1013: Replace otrs with otobo and all succeed. --- scripts/test/CheckItem.t | 8 ++-- .../Console/Command/Maint/FormDraft/Delete.t | 2 +- .../Driver/WebService/FormDataGet.t | 2 +- .../Driver/WebService/PossibleValuesGet.t | 2 +- scripts/test/DynamicField/DynamicFieldDB.t | 2 +- .../DynamicFieldDBViaWebService.t | 2 +- scripts/test/Email/Bounce.t | 4 +- scripts/test/FormDraft.t | 2 +- scripts/test/GenericInterface/Event/Handler.t | 4 +- .../Operation/Ticket/TicketCreate.t | 4 +- .../Operation/Ticket/TicketUpdate.t | 12 ++--- .../Ticket/TicketUpdateIncludeTicketData.t | 2 +- .../RichTextReplaceLinkOfInlineContent.t | 16 +++---- scripts/test/MailQueue/Create.t | 8 ++-- scripts/test/MailQueue/Delete.t | 6 +-- scripts/test/MailQueue/Get.t | 4 +- scripts/test/MailQueue/List.t | 20 ++++---- scripts/test/MailQueue/Update.t | 12 ++--- scripts/test/PostMaster/ContentDisposition.t | 10 ++-- scripts/test/PostMaster/CustomerID.t | 2 +- scripts/test/SMIME.t | 4 +- .../OTOBOCommunity/DeploymentRestore.t | 2 +- .../DeploymentRestoreAdvanced.t | 2 +- .../SysConfig/OTOBOCommunity/SettingHistory.t | 2 +- .../OTOBOCommunity/SettingPreviousValueGet.t | 2 +- .../OTOBOCommunity/UserConfigurationDeploy.t | 2 +- .../UserConfigurationDeploymentSync.t | 2 +- .../OTOBOCommunity/UserConfigurationDump.t | 2 +- .../OTOBOCommunity/UserConfigurationLoad.t | 2 +- .../UserConfigurationResetToGlobal.t | 2 +- .../UserSettingModifiedValueList.t | 2 +- .../OTOBOCommunity/UserSettingUpdate.t | 2 +- .../OTOBOCommunity/UserSettingValueDelete.t | 2 +- .../test/SysConfig/RebuildConfigBug14910.t | 2 +- scripts/test/Ticket.t | 46 +++++++++---------- .../test/Ticket/ArticleStorageNameLenght.t | 4 +- scripts/test/WebUserAgent.t | 8 ++-- .../EscalationSuspend.t | 2 +- .../sample/EmailParser/MultipartMixedHTML.eml | 2 +- .../EmailParser/MultipartMixedPlain.eml | 2 +- .../EmailParser/NestedMessage-Test1.box | 26 +++++------ .../sample/EmailParser/PostMaster-Test10.box | 44 +++++++++--------- .../sample/EmailParser/PostMaster-Test16.box | 6 +-- .../sample/EmailParser/PostMaster-Test3.box | 8 ++-- .../sample/EmailParser/PostMaster-Test5.box | 30 ++++++------ .../sample/EmailParser/PostMaster-Test8.box | 4 +- .../sample/EmailParser/PostMaster-Test9.box | 2 +- .../Loader/OTOBO.Agent.App.Dashboard.js | 2 +- .../sample/Loader/OTOBO.Agent.App.Login.js | 2 +- scripts/test/sample/Loader/OTOBO.Reset.css | 2 +- .../test/sample/PostMaster/Disposition1.box | 6 +-- .../test/sample/PostMaster/Disposition2.box | 6 +-- .../test/sample/PostMaster/Disposition3.box | 8 ++-- .../test/sample/PostMaster/Disposition4.box | 6 +-- .../sample/PostMaster/PostMaster-Test26.box | 2 +- .../sample/PostMaster/PostMaster-Test3.box | 24 +++++----- .../sample/PostMaster/PostMaster-Test6.box | 30 ++++++------ .../sample/PostMaster/PostMaster-Test8.box | 4 +- .../sample/PostMaster/PostMaster-Test9.box | 2 +- scripts/test/sample/SMIME/SMIME-Test.eml | 2 +- .../Package/TestPackage/TestPackage.sopm | 2 +- 61 files changed, 218 insertions(+), 218 deletions(-) diff --git a/scripts/test/CheckItem.t b/scripts/test/CheckItem.t index 76ed9fc29f..ef59bbdf31 100644 --- a/scripts/test/CheckItem.t +++ b/scripts/test/CheckItem.t @@ -152,10 +152,10 @@ my @Tests = ( }, # Local part of email address is too long according to RFC. - # See http://isemail.info/modperl-uc.1384763750.ffhelkebjhfdihihkbce-michiel.beijen%3Dotrs.com%40perl.apache.org + # See http://isemail.info/modperl-uc.1384763750.ffhelkebjhfdihihkbce-michiel.beijen%3Dotobo.org%40perl.apache.org { Email => - 'modperl-uc.1384763750.ffhelkebjhfdihihkbce-michiel.beijen=otrs.com@perl.apache.org', + 'modperl-uc.1384763750.ffhelkebjhfdihihkbce-michiel.beijen=otobo.org@perl.apache.org', Valid => 0, }, @@ -489,12 +489,12 @@ is( "CheckError() - 'some..body\@example.com'", ); -$Result = $CheckItemObject->CheckEmail( Address => 'somebody123456789@otrs.com' ); +$Result = $CheckItemObject->CheckEmail( Address => 'somebody123456789@otobo.org' ); # Execute unit test. ok( $Result, - "CheckEmail() - 'somebody123456789\@otrs.com'", + "CheckEmail() - 'somebody123456789\@otobo.org'", ); done_testing(); diff --git a/scripts/test/Console/Command/Maint/FormDraft/Delete.t b/scripts/test/Console/Command/Maint/FormDraft/Delete.t index b4c07e5752..b413aeaa8d 100644 --- a/scripts/test/Console/Command/Maint/FormDraft/Delete.t +++ b/scripts/test/Console/Command/Maint/FormDraft/Delete.t @@ -70,7 +70,7 @@ my $TicketID = $Kernel::OM->Get('Kernel::System::Ticket')->TicketCreate( Priority => '3 normal', State => 'closed successful', CustomerNo => '123465', - CustomerUser => 'unittest@otrs.com', + CustomerUser => 'unittest@otobo.org', OwnerID => 1, UserID => 1, ); diff --git a/scripts/test/DynamicField/Driver/WebService/FormDataGet.t b/scripts/test/DynamicField/Driver/WebService/FormDataGet.t index 0242ab9cd9..ed6363a853 100644 --- a/scripts/test/DynamicField/Driver/WebService/FormDataGet.t +++ b/scripts/test/DynamicField/Driver/WebService/FormDataGet.t @@ -1,7 +1,7 @@ # -- # OTOBO is a web-based ticketing system for service organisations. # -- -# Copyright (C) 2001-2019 OTRS AG, https://otrs.com/ +# Copyright (C) 2001-2019 OTRS AG, https://otobo.org/ # Copyright (C) 2019-2021 Rother OSS GmbH, https://otobo.de/ # -- # This program is free software: you can redistribute it and/or modify it under diff --git a/scripts/test/DynamicField/Driver/WebService/PossibleValuesGet.t b/scripts/test/DynamicField/Driver/WebService/PossibleValuesGet.t index 5b03fb37f5..4034d13ca0 100644 --- a/scripts/test/DynamicField/Driver/WebService/PossibleValuesGet.t +++ b/scripts/test/DynamicField/Driver/WebService/PossibleValuesGet.t @@ -1,7 +1,7 @@ # -- # OTOBO is a web-based ticketing system for service organisations. # -- -# Copyright (C) 2001-2019 OTRS AG, https://otrs.com/ +# Copyright (C) 2001-2019 OTRS AG, https://otobo.org/ # Copyright (C) 2019-2021 Rother OSS GmbH, https://otobo.de/ # -- # This program is free software: you can redistribute it and/or modify it under diff --git a/scripts/test/DynamicField/DynamicFieldDB.t b/scripts/test/DynamicField/DynamicFieldDB.t index 5e99df4b30..3769d02559 100644 --- a/scripts/test/DynamicField/DynamicFieldDB.t +++ b/scripts/test/DynamicField/DynamicFieldDB.t @@ -1,7 +1,7 @@ # -- # OTOBO is a web-based ticketing system for service organisations. # -- -# Copyright (C) 2001-2019 OTRS AG, https://otrs.com/ +# Copyright (C) 2001-2019 OTRS AG, https://otobo.org/ # Copyright (C) 2019-2021 Rother OSS GmbH, https://otobo.de/ # -- # This program is free software: you can redistribute it and/or modify it under diff --git a/scripts/test/DynamicField/DynamicFieldDBViaWebService.t b/scripts/test/DynamicField/DynamicFieldDBViaWebService.t index 183133da5d..8b3f877007 100644 --- a/scripts/test/DynamicField/DynamicFieldDBViaWebService.t +++ b/scripts/test/DynamicField/DynamicFieldDBViaWebService.t @@ -1,7 +1,7 @@ # -- # OTOBO is a web-based ticketing system for service organisations. # -- -# Copyright (C) 2001-2019 OTRS AG, https://otrs.com/ +# Copyright (C) 2001-2019 OTRS AG, https://otobo.org/ # Copyright (C) 2019-2021 Rother OSS GmbH, https://otobo.de/ # -- # This program is free software: you can redistribute it and/or modify it under diff --git a/scripts/test/Email/Bounce.t b/scripts/test/Email/Bounce.t index cbf126902c..66469a05f4 100644 --- a/scripts/test/Email/Bounce.t +++ b/scripts/test/Email/Bounce.t @@ -66,7 +66,7 @@ my @Tests = ( 'Message-ID' => '', Email => <<'EOF', From: test@home.com -To: test@otrs.com +To: test@otobo.org Message-ID: Subject: Bounce test @@ -75,7 +75,7 @@ EOF }, Result => <<'EOF', From: test@home.com -To: test@otrs.com +To: test@otobo.org Message-ID: Subject: Bounce test Resent-Message-ID: diff --git a/scripts/test/FormDraft.t b/scripts/test/FormDraft.t index 93684889f3..cfa9969f2a 100644 --- a/scripts/test/FormDraft.t +++ b/scripts/test/FormDraft.t @@ -42,7 +42,7 @@ my $TicketID = $Kernel::OM->Get('Kernel::System::Ticket')->TicketCreate( Priority => '3 normal', State => 'closed successful', CustomerNo => '123465', - CustomerUser => 'unittest@otrs.com', + CustomerUser => 'unittest@otobo.org', OwnerID => 1, UserID => 1, ); diff --git a/scripts/test/GenericInterface/Event/Handler.t b/scripts/test/GenericInterface/Event/Handler.t index 14b287833a..66b0aa62e6 100644 --- a/scripts/test/GenericInterface/Event/Handler.t +++ b/scripts/test/GenericInterface/Event/Handler.t @@ -474,7 +474,7 @@ for my $Test (@Tests) { Priority => '3 normal', State => 'closed successful', CustomerID => '123465', - CustomerUser => 'unittest@otrs.com', + CustomerUser => 'unittest@otobo.org', OwnerID => 1, UserID => 1, ); @@ -606,7 +606,7 @@ my $TicketObject = $Kernel::OM->Get('Kernel::System::Ticket'); # cleanup ticket database my @DeleteTicketList = $TicketObject->TicketSearch( Result => 'ARRAY', - CustomerUserLogin => 'unittest@otrs.com', + CustomerUserLogin => 'unittest@otobo.org', UserID => 1, ); for my $TicketID (@DeleteTicketList) { diff --git a/scripts/test/GenericInterface/Operation/Ticket/TicketCreate.t b/scripts/test/GenericInterface/Operation/Ticket/TicketCreate.t index eb0aac3e0c..bf17a30cfa 100644 --- a/scripts/test/GenericInterface/Operation/Ticket/TicketCreate.t +++ b/scripts/test/GenericInterface/Operation/Ticket/TicketCreate.t @@ -3541,7 +3541,7 @@ my @Tests = ( AutoResponseType => 'auto reply', SenderType => 'agent', IsVisibleForCustomer => 1, - From => 'enjoy@otrs.com', + From => 'enjoy@otobo.org', ContentType => 'text/plain; charset=UTF8', HistoryType => 'NewTicket', HistoryComment => '% % ', @@ -4012,7 +4012,7 @@ my @Tests = ( AutoResponseType => 'auto reply', SenderTypeID => 1, IsVisibleForCustomer => 1, - From => 'enjoy@otrs.com', + From => 'enjoy@otobo.org', ContentType => 'text/plain; charset=utf8', HistoryType => 'NewTicket', HistoryComment => '% % ', diff --git a/scripts/test/GenericInterface/Operation/Ticket/TicketUpdate.t b/scripts/test/GenericInterface/Operation/Ticket/TicketUpdate.t index c609503504..554e60273d 100644 --- a/scripts/test/GenericInterface/Operation/Ticket/TicketUpdate.t +++ b/scripts/test/GenericInterface/Operation/Ticket/TicketUpdate.t @@ -176,7 +176,7 @@ my $TicketID1 = $TicketObject->TicketCreate( Priority => '3 normal', State => 'new', CustomerID => $CustomerUserLogin, - CustomerUser => 'unittest@otrs.com', + CustomerUser => 'unittest@otobo.org', OwnerID => 1, UserID => 1, ); @@ -832,9 +832,9 @@ my @Tests = ( CommunicationChannel => 'Email', SenderType => 'agent', From => 'hello@otobo.org', - To => 'someTo@otrs.com', - Cc => 'someCc@otrs.com', - Bcc => 'someBcc@otrs.com', + To => 'someTo@otobo.org', + Cc => 'someCc@otobo.org', + Bcc => 'someBcc@otobo.org', Charset => 'utf8', MimeType => 'text/plain', HistoryType => 'AddNote', @@ -1325,7 +1325,7 @@ my $TicketIDNoOutOfOffice = $TicketObject->TicketCreate( Priority => '3 normal', State => 'new', CustomerID => $CustomerUserLogin, - CustomerUser => 'unittest@otrs.com', + CustomerUser => 'unittest@otobo.org', OwnerID => $UserIDNoOutOfOffice, UserID => 1, ); @@ -1338,7 +1338,7 @@ my $TicketIDOutOfOffice = $TicketObject->TicketCreate( Priority => '3 normal', State => 'new', CustomerID => $CustomerUserLogin, - CustomerUser => 'unittest@otrs.com', + CustomerUser => 'unittest@otobo.org', OwnerID => $UserIDOutOfOffice, UserID => 1, ); diff --git a/scripts/test/GenericInterface/Operation/Ticket/TicketUpdateIncludeTicketData.t b/scripts/test/GenericInterface/Operation/Ticket/TicketUpdateIncludeTicketData.t index 3c5987ddf3..56f0e715a7 100644 --- a/scripts/test/GenericInterface/Operation/Ticket/TicketUpdateIncludeTicketData.t +++ b/scripts/test/GenericInterface/Operation/Ticket/TicketUpdateIncludeTicketData.t @@ -193,7 +193,7 @@ my $TicketID1 = $TicketObject->TicketCreate( Priority => '3 normal', State => 'new', CustomerID => $CustomerUserLogin, - CustomerUser => 'unittest@otrs.com', + CustomerUser => 'unittest@otobo.org', OwnerID => 1, UserID => 1, ); diff --git a/scripts/test/Layout/RichTextReplaceLinkOfInlineContent.t b/scripts/test/Layout/RichTextReplaceLinkOfInlineContent.t index 1643d5f87d..601f0eb8c2 100644 --- a/scripts/test/Layout/RichTextReplaceLinkOfInlineContent.t +++ b/scripts/test/Layout/RichTextReplaceLinkOfInlineContent.t @@ -37,32 +37,32 @@ my @Tests = ( { Name => '_RichTextReplaceLinkOfInlineContent() - generated itself', String => - '', + '', Result => - '', + '', }, { Name => '_RichTextReplaceLinkOfInlineContent() - generated itself, with newline', String => - "\"\"\nsrc=\"/otobo-cvs/otobo-cvs/bin/cgi-bin/index.pl?Action=PictureUpload&FormID=1255961382.1012148.29113074&ContentID=inline244217.547683276.1255961382.1012148.29113074\@vo7.vo.otrs.com\"", + "\"\"\nsrc=\"/otobo-cvs/otobo-cvs/bin/cgi-bin/index.pl?Action=PictureUpload&FormID=1255961382.1012148.29113074&ContentID=inline244217.547683276.1255961382.1012148.29113074\@vo7.vo.otobo.org\"", Result => - "\"\"\nsrc=\"cid:inline244217.547683276.1255961382.1012148.29113074\@vo7.vo.otrs.com\"", + "\"\"\nsrc=\"cid:inline244217.547683276.1255961382.1012148.29113074\@vo7.vo.otobo.org\"", }, { Name => '_RichTextReplaceLinkOfInlineContent() - generated itself, with internal and external image', String => - 'AltText This text should be displayed Description: cid:image001.jpg@01CC3AFE.F81F0B30', + 'AltText This text should be displayed Description: cid:image001.jpg@01CC3AFE.F81F0B30', Result => - 'AltText This text should be displayed Description: cid:image001.jpg@01CC3AFE.F81F0B30', + 'AltText This text should be displayed Description: cid:image001.jpg@01CC3AFE.F81F0B30', }, { Name => '_RichTextReplaceLinkOfInlineContent() - generated itself, with internal and external image, no space before />', String => - 'AltText This text should be displayed Description: cid:image001.jpg@01CC3AFE.F81F0B30', + 'AltText This text should be displayed Description: cid:image001.jpg@01CC3AFE.F81F0B30', Result => - 'AltText This text should be displayed Description: cid:image001.jpg@01CC3AFE.F81F0B30', + 'AltText This text should be displayed Description: cid:image001.jpg@01CC3AFE.F81F0B30', }, { Name => diff --git a/scripts/test/MailQueue/Create.t b/scripts/test/MailQueue/Create.t index 4dfe837446..884a732b29 100644 --- a/scripts/test/MailQueue/Create.t +++ b/scripts/test/MailQueue/Create.t @@ -35,8 +35,8 @@ my $CreateMailQueueElement = sub { my $MailQueueObject = $Kernel::OM->Get('Kernel::System::MailQueue'); my %ElementData = ( - Sender => 'mailqueue.test@otrs.com', - Recipient => 'mailqueue.test@otrs.com', + Sender => 'mailqueue.test@otobo.org', + Recipient => 'mailqueue.test@otobo.org', Message => { 'Key1' => 'Value1', 'Key2' => 'Value2', @@ -93,7 +93,7 @@ $Self->False( # Pass an invalid Recipient address (array) $Result = $CreateMailQueueElement->( - Recipient => [ 'mailqueue.test@otrs.com', 'dummy' ], + Recipient => [ 'mailqueue.test@otobo.org', 'dummy' ], ); $Self->False( $Result, @@ -109,7 +109,7 @@ $Self->True( # ArrayRef recipient $Result = $CreateMailQueueElement->( - Recipient => [ 'mailqueue.test@otrs.com', 'mailqueue.test@otrs.com' ], + Recipient => [ 'mailqueue.test@otobo.org', 'mailqueue.test@otobo.org' ], ); $Self->True( $Result, diff --git a/scripts/test/MailQueue/Delete.t b/scripts/test/MailQueue/Delete.t index e6a2fb8b29..2d4c4b42bf 100644 --- a/scripts/test/MailQueue/Delete.t +++ b/scripts/test/MailQueue/Delete.t @@ -120,8 +120,8 @@ my $CreateTestData = sub { ); my %ElementData = ( - Sender => 'mailqueue.test@otrs.com', - Recipient => 'mailqueue.test@otrs.com', + Sender => 'mailqueue.test@otobo.org', + Recipient => 'mailqueue.test@otobo.org', Message => { 'Key1' => 'Value1', 'Key2' => 'Value2', @@ -199,7 +199,7 @@ my $TestDeleteByMultipleColumns = sub { $Test->( Filters => { ArticleID => $Element->{ArticleID}, - Sender => 'mailqueue.test@otrs.com', + Sender => 'mailqueue.test@otobo.org', }, ); diff --git a/scripts/test/MailQueue/Get.t b/scripts/test/MailQueue/Get.t index 51ba1e88fc..7a6c93dd6e 100644 --- a/scripts/test/MailQueue/Get.t +++ b/scripts/test/MailQueue/Get.t @@ -119,8 +119,8 @@ my $CreateTestData = sub { my $MailQueueObject = $Kernel::OM->Get('Kernel::System::MailQueue'); my %ElementData = ( - Sender => 'mailqueue.test@otrs.com', - Recipient => ['mailqueue.test@otrs.com'], + Sender => 'mailqueue.test@otobo.org', + Recipient => ['mailqueue.test@otobo.org'], Message => { 'Key1' => 'Value1', 'Key2' => 'Value2', diff --git a/scripts/test/MailQueue/List.t b/scripts/test/MailQueue/List.t index f7def0d062..dbe8821f62 100644 --- a/scripts/test/MailQueue/List.t +++ b/scripts/test/MailQueue/List.t @@ -119,8 +119,8 @@ my $CreateTestData = sub { my $MailQueueObject = $Kernel::OM->Get('Kernel::System::MailQueue'); my %ElementData = ( - Sender => 'mailqueue.test@otrs.com', - Recipient => 'mailqueue.test@otrs.com', + Sender => 'mailqueue.test@otobo.org', + Recipient => 'mailqueue.test@otobo.org', Message => { 'Key1' => 'Value1', 'Key2' => 'Value2', @@ -139,9 +139,9 @@ my $CreateTestData = sub { Attempts => 3, }, - 'Recipient::mailqueue.test2@otrs.com' => { + 'Recipient::mailqueue.test2@otobo.org' => { %ElementData, - Recipient => 'mailqueue.test2@otrs.com', + Recipient => 'mailqueue.test2@otobo.org', } ); @@ -164,7 +164,7 @@ my $MailQueueObject = $Kernel::OM->Get('Kernel::System::MailQueue'); my $Result; my %BaseSearch = ( - Sender => 'mailqueue.test@otrs.com', + Sender => 'mailqueue.test@otobo.org', ); my $TestMessage = sub { @@ -179,10 +179,10 @@ $Self->True( ); # Get all the records for the sender X and recipient Y -$Result = $MailQueueObject->List( %BaseSearch, Recipient => 'mailqueue.test2@otrs.com' ); +$Result = $MailQueueObject->List( %BaseSearch, Recipient => 'mailqueue.test2@otobo.org' ); $Self->True( $Result && scalar( @{$Result} ) == 1, - $TestMessage->(q{ and recipient 'mailqueue.test2@otrs.com'}), + $TestMessage->(q{ and recipient 'mailqueue.test2@otobo.org'}), ); # Get all the records for the sender X and attempts 3 @@ -199,11 +199,11 @@ $Self->True( $TestMessage->(" and article-id '$ArticleID'"), ); -# Get all the records for the sender X and recipent that match '@otrs.com' -$Result = $MailQueueObject->List( %BaseSearch, Recipient => '@otrs.com' ); +# Get all the records for the sender X and recipent that match '@otobo.org' +$Result = $MailQueueObject->List( %BaseSearch, Recipient => '@otobo.org' ); $Self->True( $Result && scalar( @{$Result} ) == $TotalTestRecords, - $TestMessage->(q{ and recipent that match '@otrs.com'}), + $TestMessage->(q{ and recipent that match '@otobo.org'}), ); # Get all the records for the sender that match 'mailqueue.test' diff --git a/scripts/test/MailQueue/Update.t b/scripts/test/MailQueue/Update.t index e77b04b889..878bdd2b5a 100644 --- a/scripts/test/MailQueue/Update.t +++ b/scripts/test/MailQueue/Update.t @@ -119,8 +119,8 @@ my $CreateTestData = sub { my $MailQueueObject = $Kernel::OM->Get('Kernel::System::MailQueue'); my %ElementData = ( - Sender => 'mailqueue.test@otrs.com', - Recipient => 'mailqueue.test@otrs.com', + Sender => 'mailqueue.test@otobo.org', + Recipient => 'mailqueue.test@otobo.org', Message => { 'Key1' => 'Value1', 'Key2' => 'Value2', @@ -277,10 +277,10 @@ $Test->( # Change the Recipient for more than one record $Test->( Data => { - Recipient => 'mailqueue.test3@otrs.com', + Recipient => 'mailqueue.test3@otobo.org', }, Filters => { - Sender => 'mailqueue.test@otrs.com', + Sender => 'mailqueue.test@otobo.org', }, NumberOfRowsToUpdate => scalar( keys %Elements ), ); @@ -288,10 +288,10 @@ $Test->( # Change the Recipient (arrayref) for more than one record $Test->( Data => { - Recipient => [ 'mailqueue.test3@otrs.com', 'mailqueue.test4@otrs.com' ], + Recipient => [ 'mailqueue.test3@otobo.org', 'mailqueue.test4@otobo.org' ], }, Filters => { - Sender => 'mailqueue.test@otrs.com', + Sender => 'mailqueue.test@otobo.org', }, NumberOfRowsToUpdate => scalar( keys %Elements ), ); diff --git a/scripts/test/PostMaster/ContentDisposition.t b/scripts/test/PostMaster/ContentDisposition.t index cd288df803..7712dc7e5d 100644 --- a/scripts/test/PostMaster/ContentDisposition.t +++ b/scripts/test/PostMaster/ContentDisposition.t @@ -46,7 +46,7 @@ my @Tests = ( 'ceeibejd.png' => { Filename => 'ceeibejd.png', ContentType => 'image/png; name="ceeibejd.png"', - ContentID => '', + ContentID => '', ContentAlternative => '1', Disposition => 'inline', }, @@ -72,7 +72,7 @@ my @Tests = ( 'ceeibejd.png' => { Filename => 'ceeibejd.png', ContentType => 'image/png; name="ceeibejd.png"', - ContentID => '', + ContentID => '', ContentAlternative => '1', Disposition => 'inline', }, @@ -98,7 +98,7 @@ my @Tests = ( 'ceeibejd.png' => { Filename => 'ceeibejd.png', ContentType => 'image/png; name="ceeibejd.png"', - ContentID => '', + ContentID => '', ContentAlternative => '1', Disposition => 'inline', }, @@ -112,7 +112,7 @@ my @Tests = ( 'testing.pdf' => { Filename => 'testing.pdf', ContentType => 'application/pdf; name="testing.pdf"', - ContentID => '', + ContentID => '', ContentAlternative => '', Disposition => 'attachment', }, @@ -124,7 +124,7 @@ my @Tests = ( 'ceeibejd.png' => { Filename => 'ceeibejd.png', ContentType => 'image/png; name="ceeibejd.png"', - ContentID => '', + ContentID => '', ContentAlternative => '1', Disposition => 'attachment', }, diff --git a/scripts/test/PostMaster/CustomerID.t b/scripts/test/PostMaster/CustomerID.t index 353a2feb62..4cb67cf3ee 100644 --- a/scripts/test/PostMaster/CustomerID.t +++ b/scripts/test/PostMaster/CustomerID.t @@ -58,7 +58,7 @@ my $CustomerID = $Kernel::OM->Get('Kernel::System::CustomerCompany')->Customer CustomerCompanyZIP => $CustomerName, CustomerCompanyCity => $CustomerName, CustomerCompanyCountry => 'Germany', - CustomerCompanyURL => 'http://www.otrs.com', + CustomerCompanyURL => 'http://www.otobo.org', CustomerCompanyComment => $CustomerName, ValidID => 1, UserID => 1, diff --git a/scripts/test/SMIME.t b/scripts/test/SMIME.t index 0696fa2698..db0dab8709 100644 --- a/scripts/test/SMIME.t +++ b/scripts/test/SMIME.t @@ -1162,12 +1162,12 @@ BpHuCHy9nGFvhO7+foE1HG3lETI+IZNq8A== # insert the common content $CertInfo{ 'SmimeTest_' . $Number }->{Subject} = - 'C= MX ST= Jalisco L= Guadalajara O= OTRS OU= Research and Development CN= otrs.org emailAddress= smime@test.com'; + 'C= MX ST= Jalisco L= Guadalajara O= OTRS OU= Research and Development CN= otobo.org emailAddress= smime@test.com'; $CertInfo{ 'SmimeTest_' . $Number }->{Hash} = $CommonHash; $CertInfo{ 'SmimeTest_' . $Number }->{Private} = 'No'; $CertInfo{ 'SmimeTest_' . $Number }->{Type} = 'cert'; $CertInfo{ 'SmimeTest_' . $Number }->{Issuer} = - 'C= MX/ST= Jalisco/L= Guadalajara/O= OTRS/OU= Research and Development/CN= otrs.org/emailAddress= smime@test.com'; + 'C= MX/ST= Jalisco/L= Guadalajara/O= OTRS/OU= Research and Development/CN= otobo.org/emailAddress= smime@test.com'; $CertInfo{ 'SmimeTest_' . $Number }->{Email} = 'smime@test.com'; # add every SmimeTest_N certificate diff --git a/scripts/test/SysConfig/OTOBOCommunity/DeploymentRestore.t b/scripts/test/SysConfig/OTOBOCommunity/DeploymentRestore.t index 930150d63d..bde59b8080 100644 --- a/scripts/test/SysConfig/OTOBOCommunity/DeploymentRestore.t +++ b/scripts/test/SysConfig/OTOBOCommunity/DeploymentRestore.t @@ -1,7 +1,7 @@ # -- # OTOBO is a web-based ticketing system for service organisations. # -- -# Copyright (C) 2001-2019 OTRS AG, https://otrs.com/ +# Copyright (C) 2001-2019 OTRS AG, https://otobo.org/ # Copyright (C) 2019-2021 Rother OSS GmbH, https://otobo.de/ # -- # This program is free software: you can redistribute it and/or modify it under diff --git a/scripts/test/SysConfig/OTOBOCommunity/DeploymentRestoreAdvanced.t b/scripts/test/SysConfig/OTOBOCommunity/DeploymentRestoreAdvanced.t index 9dfd98d705..329a2c0153 100644 --- a/scripts/test/SysConfig/OTOBOCommunity/DeploymentRestoreAdvanced.t +++ b/scripts/test/SysConfig/OTOBOCommunity/DeploymentRestoreAdvanced.t @@ -1,7 +1,7 @@ # -- # OTOBO is a web-based ticketing system for service organisations. # -- -# Copyright (C) 2001-2019 OTRS AG, https://otrs.com/ +# Copyright (C) 2001-2019 OTRS AG, https://otobo.org/ # Copyright (C) 2019-2021 Rother OSS GmbH, https://otobo.de/ # -- # This program is free software: you can redistribute it and/or modify it under diff --git a/scripts/test/SysConfig/OTOBOCommunity/SettingHistory.t b/scripts/test/SysConfig/OTOBOCommunity/SettingHistory.t index 6a4f03b655..5a06d3da7d 100644 --- a/scripts/test/SysConfig/OTOBOCommunity/SettingHistory.t +++ b/scripts/test/SysConfig/OTOBOCommunity/SettingHistory.t @@ -1,7 +1,7 @@ # -- # OTOBO is a web-based ticketing system for service organisations. # -- -# Copyright (C) 2001-2019 OTRS AG, https://otrs.com/ +# Copyright (C) 2001-2019 OTRS AG, https://otobo.org/ # Copyright (C) 2019-2021 Rother OSS GmbH, https://otobo.de/ # -- # This program is free software: you can redistribute it and/or modify it under diff --git a/scripts/test/SysConfig/OTOBOCommunity/SettingPreviousValueGet.t b/scripts/test/SysConfig/OTOBOCommunity/SettingPreviousValueGet.t index 5fbab5650a..5ad5cf370d 100644 --- a/scripts/test/SysConfig/OTOBOCommunity/SettingPreviousValueGet.t +++ b/scripts/test/SysConfig/OTOBOCommunity/SettingPreviousValueGet.t @@ -1,7 +1,7 @@ # -- # OTOBO is a web-based ticketing system for service organisations. # -- -# Copyright (C) 2001-2019 OTRS AG, https://otrs.com/ +# Copyright (C) 2001-2019 OTRS AG, https://otobo.org/ # Copyright (C) 2019-2021 Rother OSS GmbH, https://otobo.de/ # -- # This program is free software: you can redistribute it and/or modify it under diff --git a/scripts/test/SysConfig/OTOBOCommunity/UserConfigurationDeploy.t b/scripts/test/SysConfig/OTOBOCommunity/UserConfigurationDeploy.t index 9217352b47..9719578685 100644 --- a/scripts/test/SysConfig/OTOBOCommunity/UserConfigurationDeploy.t +++ b/scripts/test/SysConfig/OTOBOCommunity/UserConfigurationDeploy.t @@ -1,7 +1,7 @@ # -- # OTOBO is a web-based ticketing system for service organisations. # -- -# Copyright (C) 2001-2019 OTRS AG, https://otrs.com/ +# Copyright (C) 2001-2019 OTRS AG, https://otobo.org/ # Copyright (C) 2019-2021 Rother OSS GmbH, https://otobo.de/ # -- # This program is free software: you can redistribute it and/or modify it under diff --git a/scripts/test/SysConfig/OTOBOCommunity/UserConfigurationDeploymentSync.t b/scripts/test/SysConfig/OTOBOCommunity/UserConfigurationDeploymentSync.t index 0af4d56aa5..b0046da524 100644 --- a/scripts/test/SysConfig/OTOBOCommunity/UserConfigurationDeploymentSync.t +++ b/scripts/test/SysConfig/OTOBOCommunity/UserConfigurationDeploymentSync.t @@ -1,7 +1,7 @@ # -- # OTOBO is a web-based ticketing system for service organisations. # -- -# Copyright (C) 2001-2019 OTRS AG, https://otrs.com/ +# Copyright (C) 2001-2019 OTRS AG, https://otobo.org/ # Copyright (C) 2019-2021 Rother OSS GmbH, https://otobo.de/ # -- # This program is free software: you can redistribute it and/or modify it under diff --git a/scripts/test/SysConfig/OTOBOCommunity/UserConfigurationDump.t b/scripts/test/SysConfig/OTOBOCommunity/UserConfigurationDump.t index 67a75fc5d3..31641d4e6f 100644 --- a/scripts/test/SysConfig/OTOBOCommunity/UserConfigurationDump.t +++ b/scripts/test/SysConfig/OTOBOCommunity/UserConfigurationDump.t @@ -1,7 +1,7 @@ # -- # OTOBO is a web-based ticketing system for service organisations. # -- -# Copyright (C) 2001-2019 OTRS AG, https://otrs.com/ +# Copyright (C) 2001-2019 OTRS AG, https://otobo.org/ # Copyright (C) 2019-2021 Rother OSS GmbH, https://otobo.de/ # -- # This program is free software: you can redistribute it and/or modify it under diff --git a/scripts/test/SysConfig/OTOBOCommunity/UserConfigurationLoad.t b/scripts/test/SysConfig/OTOBOCommunity/UserConfigurationLoad.t index 1f8ad6cbbf..af33052ba4 100644 --- a/scripts/test/SysConfig/OTOBOCommunity/UserConfigurationLoad.t +++ b/scripts/test/SysConfig/OTOBOCommunity/UserConfigurationLoad.t @@ -1,7 +1,7 @@ # -- # OTOBO is a web-based ticketing system for service organisations. # -- -# Copyright (C) 2001-2019 OTRS AG, https://otrs.com/ +# Copyright (C) 2001-2019 OTRS AG, https://otobo.org/ # Copyright (C) 2019-2021 Rother OSS GmbH, https://otobo.de/ # -- # This program is free software: you can redistribute it and/or modify it under diff --git a/scripts/test/SysConfig/OTOBOCommunity/UserConfigurationResetToGlobal.t b/scripts/test/SysConfig/OTOBOCommunity/UserConfigurationResetToGlobal.t index b6a296b672..f3ab568773 100644 --- a/scripts/test/SysConfig/OTOBOCommunity/UserConfigurationResetToGlobal.t +++ b/scripts/test/SysConfig/OTOBOCommunity/UserConfigurationResetToGlobal.t @@ -1,7 +1,7 @@ # -- # OTOBO is a web-based ticketing system for service organisations. # -- -# Copyright (C) 2001-2019 OTRS AG, https://otrs.com/ +# Copyright (C) 2001-2019 OTRS AG, https://otobo.org/ # Copyright (C) 2019-2021 Rother OSS GmbH, https://otobo.de/ # -- # This program is free software: you can redistribute it and/or modify it under diff --git a/scripts/test/SysConfig/OTOBOCommunity/UserSettingModifiedValueList.t b/scripts/test/SysConfig/OTOBOCommunity/UserSettingModifiedValueList.t index 5f89f01420..03e492c341 100644 --- a/scripts/test/SysConfig/OTOBOCommunity/UserSettingModifiedValueList.t +++ b/scripts/test/SysConfig/OTOBOCommunity/UserSettingModifiedValueList.t @@ -1,7 +1,7 @@ # -- # OTOBO is a web-based ticketing system for service organisations. # -- -# Copyright (C) 2001-2019 OTRS AG, https://otrs.com/ +# Copyright (C) 2001-2019 OTRS AG, https://otobo.org/ # Copyright (C) 2019-2021 Rother OSS GmbH, https://otobo.de/ # -- # This program is free software: you can redistribute it and/or modify it under diff --git a/scripts/test/SysConfig/OTOBOCommunity/UserSettingUpdate.t b/scripts/test/SysConfig/OTOBOCommunity/UserSettingUpdate.t index eaaa6c9bef..6b936dc45d 100644 --- a/scripts/test/SysConfig/OTOBOCommunity/UserSettingUpdate.t +++ b/scripts/test/SysConfig/OTOBOCommunity/UserSettingUpdate.t @@ -1,7 +1,7 @@ # -- # OTOBO is a web-based ticketing system for service organisations. # -- -# Copyright (C) 2001-2019 OTRS AG, https://otrs.com/ +# Copyright (C) 2001-2019 OTRS AG, https://otobo.org/ # Copyright (C) 2019-2021 Rother OSS GmbH, https://otobo.de/ # -- # This program is free software: you can redistribute it and/or modify it under diff --git a/scripts/test/SysConfig/OTOBOCommunity/UserSettingValueDelete.t b/scripts/test/SysConfig/OTOBOCommunity/UserSettingValueDelete.t index 36a62b1e16..e7e94d06b6 100644 --- a/scripts/test/SysConfig/OTOBOCommunity/UserSettingValueDelete.t +++ b/scripts/test/SysConfig/OTOBOCommunity/UserSettingValueDelete.t @@ -1,7 +1,7 @@ # -- # OTOBO is a web-based ticketing system for service organisations. # -- -# Copyright (C) 2001-2019 OTRS AG, https://otrs.com/ +# Copyright (C) 2001-2019 OTRS AG, https://otobo.org/ # Copyright (C) 2019-2021 Rother OSS GmbH, https://otobo.de/ # -- # This program is free software: you can redistribute it and/or modify it under diff --git a/scripts/test/SysConfig/RebuildConfigBug14910.t b/scripts/test/SysConfig/RebuildConfigBug14910.t index 7da342ff18..1459b6d42d 100644 --- a/scripts/test/SysConfig/RebuildConfigBug14910.t +++ b/scripts/test/SysConfig/RebuildConfigBug14910.t @@ -1,7 +1,7 @@ # -- # OTOBO is a web-based ticketing system for service organisations. # -- -# Copyright (C) 2001-2019 OTRS AG, https://otrs.com/ +# Copyright (C) 2001-2019 OTRS AG, https://otobo.org/ # Copyright (C) 2019-2021 Rother OSS GmbH, https://otobo.de/ # -- # This program is free software: you can redistribute it and/or modify it under diff --git a/scripts/test/Ticket.t b/scripts/test/Ticket.t index b70790f7eb..db15deaa8f 100644 --- a/scripts/test/Ticket.t +++ b/scripts/test/Ticket.t @@ -55,7 +55,7 @@ my $TicketID = $TicketObject->TicketCreate( Priority => '3 normal', State => 'closed successful', CustomerNo => '123465', - CustomerUser => 'unittest@otrs.com', + CustomerUser => 'unittest@otobo.org', OwnerID => 1, UserID => 1, ); @@ -152,7 +152,7 @@ my $TicketIDCreatedBy = $TicketObject->TicketCreate( Priority => '3 normal', State => 'closed successful', CustomerNo => '123465', - CustomerUser => 'unittest@otrs.com', + CustomerUser => 'unittest@otobo.org', OwnerID => 1, UserID => $TestUserID, ); @@ -1563,7 +1563,7 @@ my $TicketIDSortOrder1 = $TicketObject->TicketCreate( Priority => '3 normal', State => 'new', CustomerNo => $CustomerNo, - CustomerUser => 'unittest@otrs.com', + CustomerUser => 'unittest@otobo.org', OwnerID => 1, UserID => 1, ); @@ -1583,7 +1583,7 @@ my $TicketIDSortOrder2 = $TicketObject->TicketCreate( Priority => '3 normal', State => 'new', CustomerNo => $CustomerNo, - CustomerUser => 'unittest@otrs.com', + CustomerUser => 'unittest@otobo.org', OwnerID => 1, UserID => 1, ); @@ -1615,7 +1615,7 @@ my @TicketIDsSortOrder = $TicketObject->TicketSearch( Title => '%sort/order by test%', Queues => ['Raw'], CustomerID => $CustomerNo, - CustomerUser => 'unittest@otrs.com', + CustomerUser => 'unittest@otobo.org', OrderBy => [ 'Down', 'Up' ], SortBy => [ 'Priority', 'Age' ], UserID => 1, @@ -1634,7 +1634,7 @@ $Self->Is( Title => '%sort/order by test%', Queues => ['Raw'], CustomerID => $CustomerNo, - CustomerUser => 'unittest@otrs.com', + CustomerUser => 'unittest@otobo.org', OrderBy => [ 'Down', 'Down' ], SortBy => [ 'Priority', 'Age' ], UserID => 1, @@ -1652,7 +1652,7 @@ $Self->Is( Title => '%sort/order by test%', Queues => ['Raw'], CustomerID => $CustomerNo, - CustomerUser => 'unittest@otrs.com', + CustomerUser => 'unittest@otobo.org', OrderBy => [ 'Down', ], SortBy => ['Changed'], UserID => 1, @@ -1671,7 +1671,7 @@ $Self->Is( Title => '%sort/order by test%', Queues => ['Raw'], CustomerID => $CustomerNo, - CustomerUser => 'unittest@otrs.com', + CustomerUser => 'unittest@otobo.org', OrderBy => [ 'Up', ], SortBy => [ 'Changed', ], UserID => 1, @@ -1691,7 +1691,7 @@ my $TicketIDSortOrder3 = $TicketObject->TicketCreate( Priority => '4 high', State => 'new', CustomerNo => $CustomerNo, - CustomerUser => 'unittest@otrs.com', + CustomerUser => 'unittest@otobo.org', OwnerID => 1, UserID => 1, ); @@ -1706,7 +1706,7 @@ my $TicketIDSortOrder4 = $TicketObject->TicketCreate( Priority => '4 high', State => 'new', CustomerNo => $CustomerNo, - CustomerUser => 'unittest@otrs.com', + CustomerUser => 'unittest@otobo.org', OwnerID => 1, UserID => 1, ); @@ -1721,7 +1721,7 @@ my $TicketIDSortOrder5 = $TicketObject->TicketCreate( Priority => '3 normal', State => 'new', CustomerNo => $CustomerNo, - CustomerUser => 'unittest@otrs.com', + CustomerUser => 'unittest@otobo.org', OwnerID => 1, UserID => 1, ); @@ -1732,7 +1732,7 @@ my $TicketIDSortOrder5 = $TicketObject->TicketCreate( Title => '%sort/order by test%', Queues => ['Raw'], CustomerID => $CustomerNo, - CustomerUser => 'unittest@otrs.com', + CustomerUser => 'unittest@otobo.org', OrderBy => [ 'Down', 'Down' ], SortBy => [ 'Priority', 'Age' ], UserID => 1, @@ -1750,7 +1750,7 @@ $Self->Is( Title => '%sort/order by test%', Queues => ['Raw'], CustomerID => $CustomerNo, - CustomerUser => 'unittest@otrs.com', + CustomerUser => 'unittest@otobo.org', OrderBy => [ 'Up', 'Down' ], SortBy => [ 'Priority', 'Age' ], UserID => 1, @@ -1768,7 +1768,7 @@ $Self->Is( Title => '%sort/order by test%', Queues => ['Raw'], CustomerID => $CustomerNo, - CustomerUser => 'unittest@otrs.com', + CustomerUser => 'unittest@otobo.org', OrderBy => 'Down', SortBy => 'Age', UserID => 1, @@ -1786,7 +1786,7 @@ $Self->Is( Title => '%sort/order by test%', Queues => ['Raw'], CustomerID => $CustomerNo, - CustomerUser => 'unittest@otrs.com', + CustomerUser => 'unittest@otobo.org', OrderBy => 'Up', SortBy => 'Age', UserID => 1, @@ -1804,7 +1804,7 @@ $Self->Is( Title => '%sort/order by test%', Queues => [ 'Misc', 'Raw' ], CustomerID => $CustomerNo, - CustomerUser => 'unittest@otrs.com', + CustomerUser => 'unittest@otobo.org', OrderBy => 'Up', SortBy => 'Queue', UserID => 1, @@ -1821,7 +1821,7 @@ $Count = $TicketObject->TicketSearch( Title => '%sort/order by test%', Queues => ['Raw'], CustomerID => $CustomerNo, - CustomerUser => 'unittest@otrs.com', + CustomerUser => 'unittest@otobo.org', UserID => 1, Limit => 1, ); @@ -1873,7 +1873,7 @@ $TicketID = $TicketObject->TicketCreate( Priority => '3 normal', State => 'new', CustomerID => '123465', - CustomerUser => 'unittest@otrs.com', + CustomerUser => 'unittest@otobo.org', OwnerID => 1, UserID => 1, ); @@ -2299,7 +2299,7 @@ for my $QueueID (@QueueIDs) { Priority => '3 normal', State => 'new', CustomerID => '123465', - CustomerUser => 'bugtest@otrs.com', + CustomerUser => 'bugtest@otobo.org', OwnerID => 1, UserID => 1, ); @@ -2389,7 +2389,7 @@ my @Tests = ( for my $Test (@Tests) { my @Tickets = $TicketObject->TicketSearch( Result => 'ARRAY', - CustomerUserLogin => 'bugtest@otrs.com', + CustomerUserLogin => 'bugtest@otobo.org', UserID => 1, %{ $Test->{Config} }, ); @@ -2403,7 +2403,7 @@ for my $Test (@Tests) { # cleanup is done by RestoreDatabase but we need to delete the tickets to cleanup the filesystem too my @DeleteTicketList = $TicketObject->TicketSearch( Result => 'ARRAY', - CustomerUserLogin => [ 'unittest@otrs.com', 'bugtest@otrs.com' ], + CustomerUserLogin => [ 'unittest@otobo.org', 'bugtest@otobo.org' ], UserID => 1, ); for my $TicketID (@DeleteTicketList) { @@ -2424,7 +2424,7 @@ my $FulltextTicketID = $TicketObject->TicketCreate( Priority => '3 normal', State => 'open', CustomerID => '123465', - CustomerUser => 'bugtest@otrs.com', + CustomerUser => 'bugtest@otobo.org', OwnerID => 1, UserID => 1, ); @@ -2691,7 +2691,7 @@ for my $Test (@Tests) { %{$Test}, Title => 'Unit Test ticket', CustomerNo => 'Unit Test customer', - CustomerUser => 'unittest@otrs.com', + CustomerUser => 'unittest@otobo.org', Lock => 'unlock', OwnerID => 1, UserID => 1, diff --git a/scripts/test/Ticket/ArticleStorageNameLenght.t b/scripts/test/Ticket/ArticleStorageNameLenght.t index 7c6ae5121d..773ec2cfc1 100644 --- a/scripts/test/Ticket/ArticleStorageNameLenght.t +++ b/scripts/test/Ticket/ArticleStorageNameLenght.t @@ -43,7 +43,7 @@ my $TicketID = $TicketObject->TicketCreate( Priority => '3 normal', State => 'closed successful', CustomerNo => '123465', - CustomerUser => 'unittest@otrs.com', + CustomerUser => 'unittest@otobo.org', OwnerID => 1, UserID => 1, ); @@ -322,7 +322,7 @@ for my $Test (@Tests) { # Cleanup is done by RestoreDatabase, but we need to delete the tickets to cleanup the filesystem too. my @DeleteTicketList = $TicketObject->TicketSearch( Result => 'ARRAY', - CustomerUserLogin => 'unittest@otrs.com', + CustomerUserLogin => 'unittest@otobo.org', UserID => 1, ); for my $TicketID (@DeleteTicketList) { diff --git a/scripts/test/WebUserAgent.t b/scripts/test/WebUserAgent.t index 1191613e60..f8c45e7670 100644 --- a/scripts/test/WebUserAgent.t +++ b/scripts/test/WebUserAgent.t @@ -97,7 +97,7 @@ my @Tests = ( }, { Name => 'GET - http - Credentials ' . $TestNumber++, - URL => "https://makalu.otrs.com/unittest/HTTPBasicAuth/", + URL => "https://makalu.otobo.org/unittest/HTTPBasicAuth/", Timeout => 100, Proxy => $Proxy, Success => 1, @@ -105,12 +105,12 @@ my @Tests = ( User => 'guest', Password => 'guest', Realm => 'OTRS UnitTest', - Location => 'makalu.otrs.com:443', + Location => 'makalu.otobo.org:443', }, }, { Name => 'GET - http - MissingCredentials ' . $TestNumber++, - URL => "https://makalu.otrs.com/unittest/HTTPBasicAuth/", + URL => "https://makalu.otobo.org/unittest/HTTPBasicAuth/", Timeout => 100, Proxy => $Proxy, Success => 0, @@ -118,7 +118,7 @@ my @Tests = ( }, { Name => 'GET - http - IncompleteCredentials ' . $TestNumber++, - URL => "https://makalu.otrs.com/unittest/HTTPBasicAuth/", + URL => "https://makalu.otobo.org/unittest/HTTPBasicAuth/", Timeout => 100, Proxy => $Proxy, Credentials => { diff --git a/scripts/test/Znuny4OTOBOEscalationSuspend/EscalationSuspend.t b/scripts/test/Znuny4OTOBOEscalationSuspend/EscalationSuspend.t index cfab2abbb9..b8da01f446 100644 --- a/scripts/test/Znuny4OTOBOEscalationSuspend/EscalationSuspend.t +++ b/scripts/test/Znuny4OTOBOEscalationSuspend/EscalationSuspend.t @@ -1,7 +1,7 @@ # -- # OTOBO is a web-based ticketing system for service organisations. # -- -# Copyright (C) 2001-2019 OTRS AG, https://otrs.com/ +# Copyright (C) 2001-2019 OTRS AG, https://otobo.org/ # Copyright (C) 2012-2019 Znuny GmbH, http://znuny.com/ # Copyright (C) 2019-2021 Rother OSS GmbH, https://otobo.de/ # -- diff --git a/scripts/test/sample/EmailParser/MultipartMixedHTML.eml b/scripts/test/sample/EmailParser/MultipartMixedHTML.eml index 3c9a1c355e..049ef7942e 100644 --- a/scripts/test/sample/EmailParser/MultipartMixedHTML.eml +++ b/scripts/test/sample/EmailParser/MultipartMixedHTML.eml @@ -1,6 +1,6 @@ Content-Type: multipart/alternative; boundary="Apple-Mail=_BA4B97EF-C2DC-42FB-BF6F-A71DBDC93F10" Subject: test multipart/mixed HTML -Message-Id: <93EA7835-FB21-4DC5-8715-5F739D225C45@otrs.com> +Message-Id: <93EA7835-FB21-4DC5-8715-5F739D225C45@otobo.org> Date: Fri, 9 Sep 2016 09:03:57 +0200 To: test@home.com Mime-Version: 1.0 (Mac OS X Mail 9.3 \(3124\)) diff --git a/scripts/test/sample/EmailParser/MultipartMixedPlain.eml b/scripts/test/sample/EmailParser/MultipartMixedPlain.eml index 61badca0f7..bc4e07826c 100644 --- a/scripts/test/sample/EmailParser/MultipartMixedPlain.eml +++ b/scripts/test/sample/EmailParser/MultipartMixedPlain.eml @@ -1,6 +1,6 @@ Content-Type: multipart/mixed; boundary="Apple-Mail=_45B3B511-DB24-43C9-8C4C-BE38C57C5140" Subject: test multipart/mixed -Message-Id: <42EB0EC3-238C-4853-B48B-5A583D650AD4@otrs.com> +Message-Id: <42EB0EC3-238C-4853-B48B-5A583D650AD4@otobo.org> Date: Fri, 9 Sep 2016 08:56:26 +0200 To: Martin Gruner Mime-Version: 1.0 (Mac OS X Mail 9.3 \(3124\)) diff --git a/scripts/test/sample/EmailParser/NestedMessage-Test1.box b/scripts/test/sample/EmailParser/NestedMessage-Test1.box index b3d19c4884..5980017ccc 100644 --- a/scripts/test/sample/EmailParser/NestedMessage-Test1.box +++ b/scripts/test/sample/EmailParser/NestedMessage-Test1.box @@ -1,16 +1,16 @@ -From michiel.beijen@otrs.com Mon Oct 12 16:49:06 2009 -Return-Path: -X-Original-To: vo307@vo.otrs.com -Delivered-To: vo307@vo.otrs.com -Received: from mail.otrs.com (osser.otrs.com [88.198.17.202]) by vo.otrs.com (Postfix) with ESMTP id 2E38C63406E for ; Mon, 12 Oct 2009 16:49:06 +0200 (CEST) -Received: from localhost (localhost [127.0.0.1]) by mail.otrs.com (Postfix) with ESMTP id 7DD2E88CE3 for ; Mon, 12 Oct 2009 16:41:17 +0200 (CEST) -Received: from mail.otrs.com ([127.0.0.1]) by localhost (osser.otrs.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 26329-06 for ; Mon, 12 Oct 2009 16:41:13 +0200 (CEST) -Received: from beefreeitlt (53551B1F.cable.casema.nl [83.85.27.31]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by mail.otrs.com (Postfix) with ESMTP id C531688CD0 for ; Mon, 12 Oct 2009 16:41:12 +0200 (CEST) -From: "Michiel Beijen" -To: +From michiel.beijen@otobo.org Mon Oct 12 16:49:06 2009 +Return-Path: +X-Original-To: vo307@vo.otobo.org +Delivered-To: vo307@vo.otobo.org +Received: from mail.otobo.org (osser.otobo.org [88.198.17.202]) by vo.otobo.org (Postfix) with ESMTP id 2E38C63406E for ; Mon, 12 Oct 2009 16:49:06 +0200 (CEST) +Received: from localhost (localhost [127.0.0.1]) by mail.otobo.org (Postfix) with ESMTP id 7DD2E88CE3 for ; Mon, 12 Oct 2009 16:41:17 +0200 (CEST) +Received: from mail.otobo.org ([127.0.0.1]) by localhost (osser.otobo.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 26329-06 for ; Mon, 12 Oct 2009 16:41:13 +0200 (CEST) +Received: from beefreeitlt (53551B1F.cable.casema.nl [83.85.27.31]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by mail.otobo.org (Postfix) with ESMTP id C531688CD0 for ; Mon, 12 Oct 2009 16:41:12 +0200 (CEST) +From: "Michiel Beijen" +To: Subject: Test ticket w/attachment for bug 1970 Date: Mon, 12 Oct 2009 16:41:12 +0200 -Message-ID: <002901ca4b4a$0b918630$22b49290$@beijen@otrs.com> +Message-ID: <002901ca4b4a$0b918630$22b49290$@beijen@otobo.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_NextPart_000_002A_01CA4B5A.CF1A5630" X-Mailer: Microsoft Office Outlook 12.0 @@ -42,7 +42,7 @@ this happens with OTRS 2.0 and also with 2.2. see also : [Ticket#2007060642000226] email attachments of type .msg (Outlook-Message) are -converted at support@otrs.com +converted at support@otobo.org @@ -140,7 +140,7 @@ lang=3DEN-US> 
see =
 also :
[Ticket#2007060642000226] email attachments of type .msg =
 (Outlook-Message) are
converted at support@otrs.com
+href=3D"mailto:support@otobo.org">support@otobo.org

 

diff --git a/scripts/test/sample/EmailParser/PostMaster-Test10.box b/scripts/test/sample/EmailParser/PostMaster-Test10.box index 01929c7939..bb7533b295 100644 --- a/scripts/test/sample/EmailParser/PostMaster-Test10.box +++ b/scripts/test/sample/EmailParser/PostMaster-Test10.box @@ -1,22 +1,22 @@ Return-Path: <> -Received: from mail.otrs.org ([unix socket]) by mail.otrs.org (Cyrus v2.2.12-Invoca-RPM-2.2.12-8.1.RHEL4) with LMTPA; Fri, 06 Jul 2007 12:17:38 +0200 +Received: from mail.otobo.org ([unix socket]) by mail.otobo.org (Cyrus v2.2.12-Invoca-RPM-2.2.12-8.1.RHEL4) with LMTPA; Fri, 06 Jul 2007 12:17:38 +0200 X-Sieve: CMU Sieve 2.2 -Received: by mail.otrs.org (Postfix) id DD8A632C83C; Fri, 6 Jul 2007 12:17:38 +0200 (CEST) +Received: by mail.otobo.org (Postfix) id DD8A632C83C; Fri, 6 Jul 2007 12:17:38 +0200 (CEST) Date: Fri, 6 Jul 2007 12:17:38 +0200 (CEST) -From: MAILER-DAEMON@mail.otrs.org (Mail Delivery System) +From: MAILER-DAEMON@mail.otobo.org (Mail Delivery System) Subject: Undelivered Mail Returned to Sender -To: skywalker@otrs.org +To: skywalker@otobo.org MIME-Version: 1.0 -Content-Type: multipart/report; report-type=delivery-status; boundary="AB35D32CDC7.1183717058/mail.otrs.org" -Message-ID: <20070706101738.DD8A632C83C@mail.otrs.org> +Content-Type: multipart/report; report-type=delivery-status; boundary="AB35D32CDC7.1183717058/mail.otobo.org" +Message-ID: <20070706101738.DD8A632C83C@mail.otobo.org> This is a MIME-encapsulated message. ---AB35D32CDC7.1183717058/mail.otrs.org +--AB35D32CDC7.1183717058/mail.otobo.org Content-Description: Notification Content-Type: text/plain -This is the Postfix program at host mail.otrs.org. +This is the Postfix program at host mail.otobo.org. I'm sorry to have to inform you that your message could not be delivered to one or more recipients. It's attached below. @@ -32,13 +32,13 @@ delete your own text from the attached returned message. 550 : invalid address (in reply to RCPT TO command) ---AB35D32CDC7.1183717058/mail.otrs.org +--AB35D32CDC7.1183717058/mail.otobo.org Content-Description: Delivery report Content-Type: message/delivery-status -Reporting-MTA: dns; mail.otrs.org +Reporting-MTA: dns; mail.otobo.org X-Postfix-Queue-ID: AB35D32CDC7 -X-Postfix-Sender: rfc822; skywalker@otrs.org +X-Postfix-Sender: rfc822; skywalker@otobo.org Arrival-Date: Fri, 6 Jul 2007 12:17:33 +0200 (CEST) Final-Recipient: rfc822; asdfasdfasdfasd@example.com @@ -48,32 +48,32 @@ Diagnostic-Code: X-Postfix; host mx00.XXXund.de[127.0.227.15.169] said: 550 : invalid address (in reply to RCPT TO command) ---AB35D32CDC7.1183717058/mail.otrs.org +--AB35D32CDC7.1183717058/mail.otobo.org Content-Description: Undelivered Message Content-Type: message/rfc822 -Received: by mail.otrs.org (Postfix, from userid 99) +Received: by mail.otobo.org (Postfix, from userid 99) id AB35D32CDC7; Fri, 6 Jul 2007 12:17:33 +0200 (CEST) -X-Spam-Checker-Version: SpamAssassin 3.1.8 (2007-02-13) on mail.otrs.org +X-Spam-Checker-Version: SpamAssassin 3.1.8 (2007-02-13) on mail.otobo.org X-Spam-Level: X-Spam-Status: No, score=-4.2 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00, MIME_BASE64_NO_NAME autolearn=ham version=3.1.8 -Received: from otrs.otrs.org (otrs.otrs.org [10.20.30.23]) -by mail.otrs.org (Postfix) with ESMTP id C248A32CD98; +Received: from otobo.otobo.org (otobo.otobo.org [10.20.30.23]) +by mail.otobo.org (Postfix) with ESMTP id C248A32CD98; Fri, 6 Jul 2007 12:17:31 +0200 (CEST) -Received: by otrs.otrs.org (Postfix, from userid 30) +Received: by otobo.otobo.org (Postfix, from userid 30) id AB9E183B01; Fri, 6 Jul 2007 12:17:31 +0200 (CEST) Content-Type: text/plain; charset="utf-8" Content-Disposition: inline Content-Transfer-Encoding: base64 MIME-Version: 1.0 Subject: [Ticket#2007070610001801] test mail -X-Powered-BY: OTRS - Open Ticket Request System (http://otrs.org/) -X-Mailer: OTRS Mail Service (2.1.7) +X-Powered-BY: OTOBO - Open Ticket Request System (http://otobo.org/) +X-Mailer: OTOBO Mail Service (2.1.7) Date: Fri, 6 Jul 2007 12:17:31 +0200 -Message-ID: <1183717051.586927.929001308.97809.36@otrs.otrs.org> +Message-ID: <1183717051.586927.929001308.97809.36@otobo.otobo.org> To: asdfasdfasdfasd@example.com -From: Skywalker +From: Skywalker YXNkZgoKLS0gCi0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0t LS0tLS0tLS0tLS0tLS0KVGhvbWFzIFNjaHdlaWdlciwgU3VwcG9ydApPcGVu @@ -85,4 +85,4 @@ Yy4sIDMwMyBTLiBCcm9hZHdheSBTdGUuIDIyNApUYXJyeXRvd24sIE5ZIDEw NTkxClBob25lOiArMSA5MTQgMzMyIDU3MjAKRmF4OiAgICsxIDkxNCAzMzIg MTYyMApXZWJzaXRlOiBodHRwOi8vd3d3Lm9wZW4teGNoYW5nZS5jb20K ---AB35D32CDC7.1183717058/mail.otrs.org-- +--AB35D32CDC7.1183717058/mail.otobo.org-- diff --git a/scripts/test/sample/EmailParser/PostMaster-Test16.box b/scripts/test/sample/EmailParser/PostMaster-Test16.box index bf05a2fc0d..870a0ee638 100644 --- a/scripts/test/sample/EmailParser/PostMaster-Test16.box +++ b/scripts/test/sample/EmailParser/PostMaster-Test16.box @@ -16,7 +16,7 @@ From: =?ISO-8859-1?Q?Andr=E9_Moller?= To: Martin Huber Content-Type: multipart/alternative; boundary=Apple-Mail-105--218547620 Mime-Version: 1.0 (Apple Message framework v930.3) -Subject: otrs.org +Subject: otobo.org Date: Tue, 24 Mar 2009 23:36:13 +0100 X-Mailer: Apple Mail (2.930.3) X-Spam-Status: No, score=-100.137 tagged_above=-900 required=5 @@ -36,7 +36,7 @@ Hi Martin, please have a look on: -http://www.otrs.org/ +http://www.otobo.org/ Send me some feedback! @@ -57,7 +57,7 @@ Content-Transfer-Encoding: quoted-printable Martin,

please have = a look on 

http://www.otrs.org/

http://www.otobo.org/


Send me = some feedback = !

Mahalo,

=C1
= diff --git a/scripts/test/sample/EmailParser/PostMaster-Test3.box b/scripts/test/sample/EmailParser/PostMaster-Test3.box index 96b647c96d..43d09fa5a0 100644 --- a/scripts/test/sample/EmailParser/PostMaster-Test3.box +++ b/scripts/test/sample/EmailParser/PostMaster-Test3.box @@ -1,15 +1,15 @@ Return-Path: Received: from localhost (localhost [127.0.0.1]) - by osser.otrs.com (Postfix) with ESMTP id 788A45BB35 + by osser.otobo.org (Postfix) with ESMTP id 788A45BB35 for ; Thu, 5 Apr 2007 10:46:18 +0200 (CEST) -Received: from osser.otrs.com ([127.0.0.1]) - by localhost (osser.otrs.com [127.0.0.1]) (amavisd-new, port 10024) +Received: from osser.otobo.org ([127.0.0.1]) + by localhost (osser.otobo.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 23059-03 for ; Thu, 5 Apr 2007 10:46:13 +0200 (CEST) Received: from [10.161.134.230] (gprs-pool-1-027.eplus-online.de [212.23.126.27]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) - by osser.otrs.com (Postfix) with ESMTP id 380185BB20 + by osser.otobo.org (Postfix) with ESMTP id 380185BB20 for ; Thu, 5 Apr 2007 10:46:12 +0200 (CEST) Message-ID: <4614B72A.9020509@otobo.org> Date: Thu, 05 Apr 2007 10:45:30 +0200 diff --git a/scripts/test/sample/EmailParser/PostMaster-Test5.box b/scripts/test/sample/EmailParser/PostMaster-Test5.box index de28781a46..a70d6456d5 100644 --- a/scripts/test/sample/EmailParser/PostMaster-Test5.box +++ b/scripts/test/sample/EmailParser/PostMaster-Test5.box @@ -1,19 +1,19 @@ -Return-Path: -X-Original-To: skywalker@osser.otrs.org -Delivered-To: skywalker@osser.otrs.org +Return-Path: +X-Original-To: skywalker@osser.otobo.org +Delivered-To: skywalker@osser.otobo.org Received: from localhost (localhost [127.0.0.1]) - by osser.otrs.org (Postfix) with ESMTP id B436B5BE51 - for ; Thu, 12 Apr 2007 15:25:51 +0200 (CEST) -Received: from osser.otrs.org ([127.0.0.1]) - by localhost (osser.otrs.org [127.0.0.1]) (amavisd-new, port 10024) - with ESMTP id 23300-08 for ; + by osser.otobo.org (Postfix) with ESMTP id B436B5BE51 + for ; Thu, 12 Apr 2007 15:25:51 +0200 (CEST) +Received: from osser.otobo.org ([127.0.0.1]) + by localhost (osser.otobo.org [127.0.0.1]) (amavisd-new, port 10024) + with ESMTP id 23300-08 for ; Thu, 12 Apr 2007 15:25:37 +0200 (CEST) Date: Thu, 12 Apr 2007 15:25:43 +0200 -From: Han Solo -To: skywalker@otrs.org +From: Han Solo +To: skywalker@otobo.org Subject: 2nd try: Again some stuff =?iso-8859-1?B?aPxi?= =?iso-8859-1?Q?sches_z=FCm_t=E4sten=5D?= -Message-ID: <20070412132542.GB29977@tuxbrett.hq.otrs.org> +Message-ID: <20070412132542.GB29977@tuxbrett.hq.otobo.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="J/dobhs11T7y2rNN" X-OTRS-TicketKey1: Test @@ -36,22 +36,22 @@ Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit -Schnen gten Tag, +Sch�nen g�ten Tag, -Sie mchten mlaute, sie krgen mlaute. +Sie m�chten �mlaute, sie kr�gen �mlaute. -- Han Solo ((otrs)) :: OTRS GmbH :: Europaring 4 :: D - 94315 Straubing Fon: +49 (0) 9421 56818-0 :: Fax: +49 (0) 9421 56818-18 - http://www.otrs.org/ :: Communication with success! + http://www.otobo.org/ :: Communication with success! --J/dobhs11T7y2rNN Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: attachment; filename*=iso-8859-1''test-attachment-%E4%F6%FC%DF-iso-8859-1%2Etxt Content-Transfer-Encoding: 8bit -Some German Text with Umlaut: +Some German Text with Umlaut: ���� And with very long lines, with very long lines, with very long lines, with very long lines, with very long lines, with very long lines, with very long lines, with very long lines, with very long lines, with very long lines, with very long lines, with very long lines, with very long lines, with very long lines, with very long lines, with very long lines. diff --git a/scripts/test/sample/EmailParser/PostMaster-Test8.box b/scripts/test/sample/EmailParser/PostMaster-Test8.box index 382daa18de..474baa062b 100644 --- a/scripts/test/sample/EmailParser/PostMaster-Test8.box +++ b/scripts/test/sample/EmailParser/PostMaster-Test8.box @@ -1,9 +1,9 @@ Return-Path: <"#FAX#*49000783135#"@otobo.fax> -Received: from otobo.fax (bitopw01.biel.otrs.com [10.103.240.64]) by gwrouter.biel.otrs.com with ESMTP; Wed, 07 Nov 2007 12:56:57 +0100 +Received: from otobo.fax (bitopw01.biel.otobo.org [10.103.240.64]) by gwrouter.biel.otobo.org with ESMTP; Wed, 07 Nov 2007 12:56:57 +0100 Received: by otobo.fax with SMTP; Wed, 07 Nov 2007 13:01:32 +0100 Date: 7 Nov 2007 13:01:32 +0100 From: <"#FAX#*49000783135#"@otobo.fax> -To: +To: Subject: Erhalten von *49000783135 Message-ID: <20071107_130132_C1_0087a41b_C2_0000028e_Name_ATF9589@otobo.fax> MIME-Version: 1.0 diff --git a/scripts/test/sample/EmailParser/PostMaster-Test9.box b/scripts/test/sample/EmailParser/PostMaster-Test9.box index 64a46f97be..a9b53729d2 100644 --- a/scripts/test/sample/EmailParser/PostMaster-Test9.box +++ b/scripts/test/sample/EmailParser/PostMaster-Test9.box @@ -1,7 +1,7 @@ Message-ID: 000000B9 X-Mailer: Novell GroupWise Internet Agent 7.0.2 HP Date: Tue, 13 Nov 2007 09:04:10 +0100 -From: "Hans Huber" +From: "Hans Huber" To: "OTRS" Subject: Some message with .pdf as only MIME attachment (without text for body) MIME-Version: 1.0 diff --git a/scripts/test/sample/Loader/OTOBO.Agent.App.Dashboard.js b/scripts/test/sample/Loader/OTOBO.Agent.App.Dashboard.js index f61dc8f67c..5d89b71b19 100644 --- a/scripts/test/sample/Loader/OTOBO.Agent.App.Dashboard.js +++ b/scripts/test/sample/Loader/OTOBO.Agent.App.Dashboard.js @@ -1,7 +1,7 @@ // -- // OTOBO is a web-based ticketing system for service organisations. // -- -// Copyright (C) 2001-2020 OTRS AG, https://otrs.com/ +// Copyright (C) 2001-2020 OTRS AG, https://otobo.org/ // Copyright (C) 2019-2021 Rother OSS GmbH, https://otobo.de/ // -- // This program is free software: you can redistribute it and/or modify it under diff --git a/scripts/test/sample/Loader/OTOBO.Agent.App.Login.js b/scripts/test/sample/Loader/OTOBO.Agent.App.Login.js index 3e8825994e..03c95b56c2 100644 --- a/scripts/test/sample/Loader/OTOBO.Agent.App.Login.js +++ b/scripts/test/sample/Loader/OTOBO.Agent.App.Login.js @@ -1,7 +1,7 @@ // -- // OTOBO is a web-based ticketing system for service organisations. // -- -// Copyright (C) 2001-2020 OTRS AG, https://otrs.com/ +// Copyright (C) 2001-2020 OTRS AG, https://otobo.org/ // Copyright (C) 2019-2021 Rother OSS GmbH, https://otobo.de/ // -- // This program is free software: you can redistribute it and/or modify it under diff --git a/scripts/test/sample/Loader/OTOBO.Reset.css b/scripts/test/sample/Loader/OTOBO.Reset.css index bf6d508a5c..edc5d2a5dc 100644 --- a/scripts/test/sample/Loader/OTOBO.Reset.css +++ b/scripts/test/sample/Loader/OTOBO.Reset.css @@ -1,6 +1,6 @@ /* OTOBO is a web-based ticketing system for service organisations. -Copyright (C) 2001-2020 OTRS AG, https://otrs.com/ +Copyright (C) 2001-2020 OTRS AG, https://otobo.org/ Copyright (C) 2019-2021 Rother OSS GmbH, https://otobo.de/ This program is free software: you can redistribute it and/or modify it under diff --git a/scripts/test/sample/PostMaster/Disposition1.box b/scripts/test/sample/PostMaster/Disposition1.box index 04aba22b90..4ff0ae3dfd 100644 --- a/scripts/test/sample/PostMaster/Disposition1.box +++ b/scripts/test/sample/PostMaster/Disposition1.box @@ -1,4 +1,4 @@ -Message-ID: <5307A4F6.3020802@otrs.com> +Message-ID: <5307A4F6.3020802@otobo.org> Date: Fri, 21 Feb 2014 13:11:50 -0600 From: Darth Vader User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:24.0) Gecko/20100101 Thunderbird/24.3.0 @@ -37,7 +37,7 @@ Content-Transfer-Encoding: 8bit - This is an inline image

@@ -47,7 +47,7 @@ Content-Transfer-Encoding: 8bit Content-Type: image/png; name="ceeibejd.png" Content-Transfer-Encoding: base64 -Content-ID: +Content-ID: Content-Disposition: inline; filename="ceeibejd.png" diff --git a/scripts/test/sample/PostMaster/Disposition2.box b/scripts/test/sample/PostMaster/Disposition2.box index 8b6283e34b..2bb05f0274 100644 --- a/scripts/test/sample/PostMaster/Disposition2.box +++ b/scripts/test/sample/PostMaster/Disposition2.box @@ -1,4 +1,4 @@ -Message-ID: <5307A4F6.3020802@otrs.com> +Message-ID: <5307A4F6.3020802@otobo.org> Date: Fri, 21 Feb 2014 13:11:50 -0600 From: Darth Vader User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:24.0) Gecko/20100101 Thunderbird/24.3.0 @@ -37,7 +37,7 @@ Content-Transfer-Encoding: 8bit - This is an inline image

@@ -47,7 +47,7 @@ Content-Transfer-Encoding: 8bit Content-Type: image/png; name="ceeibejd.png" Content-Transfer-Encoding: base64 -Content-ID: +Content-ID: Content-Disposition: inline; filename="ceeibejd.png" diff --git a/scripts/test/sample/PostMaster/Disposition3.box b/scripts/test/sample/PostMaster/Disposition3.box index caba30ddd7..9ec7996e53 100644 --- a/scripts/test/sample/PostMaster/Disposition3.box +++ b/scripts/test/sample/PostMaster/Disposition3.box @@ -1,4 +1,4 @@ -Message-ID: <5307A4F6.3020802@otrs.com> +Message-ID: <5307A4F6.3020802@otobo.org> Date: Fri, 21 Feb 2014 13:11:50 -0600 From: Darth Vader User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:24.0) Gecko/20100101 Thunderbird/24.3.0 @@ -37,7 +37,7 @@ Content-Transfer-Encoding: 8bit - This is an inline image

@@ -47,7 +47,7 @@ Content-Transfer-Encoding: 8bit Content-Type: image/png; name="ceeibejd.png" Content-Transfer-Encoding: base64 -Content-ID: +Content-ID: Content-Disposition: inline; filename="ceeibejd.png" @@ -143,7 +143,7 @@ D/7/X4gW/AQYAHOFXKMyhws7AAAAAElFTkSuQmCC Content-Type: application/pdf; name="testing.pdf" Content-Transfer-Encoding: base64 -Content-ID: +Content-ID: Content-Disposition: attachment; filename="testing.pdf" diff --git a/scripts/test/sample/PostMaster/Disposition4.box b/scripts/test/sample/PostMaster/Disposition4.box index adea377289..3f66b78d93 100644 --- a/scripts/test/sample/PostMaster/Disposition4.box +++ b/scripts/test/sample/PostMaster/Disposition4.box @@ -1,4 +1,4 @@ -Message-ID: <5307A4F6.3020802@otrs.com> +Message-ID: <5307A4F6.3020802@otobo.org> Date: Fri, 21 Feb 2014 13:11:50 -0600 From: Darth Vader User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:24.0) Gecko/20100101 Thunderbird/24.3.0 @@ -37,7 +37,7 @@ Content-Transfer-Encoding: 8bit - This is an inline image

@@ -47,7 +47,7 @@ Content-Transfer-Encoding: 8bit Content-Type: image/png; name="ceeibejd.png" Content-Transfer-Encoding: base64 -Content-ID: +Content-ID: Content-Disposition: attachment; filename="ceeibejd.png" diff --git a/scripts/test/sample/PostMaster/PostMaster-Test26.box b/scripts/test/sample/PostMaster/PostMaster-Test26.box index 325befee7e..547256a202 100644 --- a/scripts/test/sample/PostMaster/PostMaster-Test26.box +++ b/scripts/test/sample/PostMaster/PostMaster-Test26.box @@ -9,7 +9,7 @@ Content-Type: multipart/signed; protocol="application/pgp-signature"; micalg=pgp-sha512 Mime-Version: 1.0 (Mac OS X Mail 10.3 \(3273\)) Subject: signature test -Message-Id: +Message-Id: Date: Thu, 7 Dec 2017 11:42:10 +0100 X-Mailer: Apple Mail (2.3273) diff --git a/scripts/test/sample/PostMaster/PostMaster-Test3.box b/scripts/test/sample/PostMaster/PostMaster-Test3.box index c05488c38b..43d09fa5a0 100644 --- a/scripts/test/sample/PostMaster/PostMaster-Test3.box +++ b/scripts/test/sample/PostMaster/PostMaster-Test3.box @@ -1,22 +1,22 @@ -Return-Path: +Return-Path: Received: from localhost (localhost [127.0.0.1]) - by osser.otrs.com (Postfix) with ESMTP id 788A45BB35 - for ; Thu, 5 Apr 2007 10:46:18 +0200 (CEST) -Received: from osser.otrs.com ([127.0.0.1]) - by localhost (osser.otrs.com [127.0.0.1]) (amavisd-new, port 10024) - with ESMTP id 23059-03 for ; + by osser.otobo.org (Postfix) with ESMTP id 788A45BB35 + for ; Thu, 5 Apr 2007 10:46:18 +0200 (CEST) +Received: from osser.otobo.org ([127.0.0.1]) + by localhost (osser.otobo.org [127.0.0.1]) (amavisd-new, port 10024) + with ESMTP id 23059-03 for ; Thu, 5 Apr 2007 10:46:13 +0200 (CEST) Received: from [10.161.134.230] (gprs-pool-1-027.eplus-online.de [212.23.126.27]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) - by osser.otrs.com (Postfix) with ESMTP id 380185BB20 - for ; Thu, 5 Apr 2007 10:46:12 +0200 (CEST) -Message-ID: <4614B72A.9020509@otrs.org> + by osser.otobo.org (Postfix) with ESMTP id 380185BB20 + for ; Thu, 5 Apr 2007 10:46:12 +0200 (CEST) +Message-ID: <4614B72A.9020509@otobo.org> Date: Thu, 05 Apr 2007 10:45:30 +0200 -From: Skywalker +From: Skywalker User-Agent: Thunderbird 1.5.0.10 (X11/20070221) MIME-Version: 1.0 -To: darthvader@otrs.org +To: darthvader@otobo.org X-Enigmail-Version: 0.93.1.0 Content-Type: multipart/mixed; boundary="------------080804020005020704090006" @@ -32,7 +32,7 @@ UTF-8 Test äöü 顧客コンタクト管理 Darthvader -- -System Tester II - +System Tester II - -- "The number of Unix installations has grown to 10, with more expected." The Unix Programmer's Manual, 2nd Edition, June 1972 diff --git a/scripts/test/sample/PostMaster/PostMaster-Test6.box b/scripts/test/sample/PostMaster/PostMaster-Test6.box index 880cbdd0ab..e0204aca5c 100644 --- a/scripts/test/sample/PostMaster/PostMaster-Test6.box +++ b/scripts/test/sample/PostMaster/PostMaster-Test6.box @@ -1,21 +1,21 @@ -Return-Path: -X-Original-To: skywalker@osser.otrs.org -Delivered-To: skywalker@osser.otrs.org +Return-Path: +X-Original-To: skywalker@osser.otobo.org +Delivered-To: skywalker@osser.otobo.org Received: from localhost (localhost [127.0.0.1]) - by osser.otrs.org (Postfix) with ESMTP id 8A85D5BDA1 - for ; Thu, 12 Apr 2007 16:02:37 +0200 (CEST) -Received: from osser.otrs.org ([127.0.0.1]) - by localhost (osser.otrs.org [127.0.0.1]) (amavisd-new, port 10024) - with ESMTP id 25141-03 for ; + by osser.otobo.org (Postfix) with ESMTP id 8A85D5BDA1 + for ; Thu, 12 Apr 2007 16:02:37 +0200 (CEST) +Received: from osser.otobo.org ([127.0.0.1]) + by localhost (osser.otobo.org [127.0.0.1]) (amavisd-new, port 10024) + with ESMTP id 25141-03 for ; Thu, 12 Apr 2007 16:02:33 +0200 (CEST) -Received: from ana (lancelot.otrs.org [217.64.92.7]) - by osser.otrs.org (Postfix) with ESMTP id 15FF05B9C6 - for ; Thu, 12 Apr 2007 16:02:33 +0200 (CEST) -From: "R2 D2" -To: +Received: from ana (lancelot.otobo.org [217.64.92.7]) + by osser.otobo.org (Postfix) with ESMTP id 15FF05B9C6 + for ; Thu, 12 Apr 2007 16:02:33 +0200 (CEST) +From: "R2 D2" +To: Subject: =?utf-8?Q?Und_hier_das_UTF-8_Mail___=C3=9C=C3=84=C3=96?= Date: Thu, 12 Apr 2007 16:02:44 +0200 -Message-ID: <005c01c77d0b$3e44b170$bace1450$@D2@otrs.org> +Message-ID: <005c01c77d0b$3e44b170$bace1450$@D2@otobo.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_NextPart_000_005D_01C77D1C.01CD8170" @@ -40,7 +40,7 @@ N=C3=BCcht mal vor Anh=C3=A4ngen machen Umlaute halt: =20 ((otrs)) :: OTRS GmbH :: Europaring 4 :: D - 94315 Straubing Fon: +49 (0)9421 56818 0 :: Fax: +49 (0)9421 56818 18 - http://www.otrs.org/ :: Communication with success! + http://www.otobo.org/ :: Communication with success! ------=_NextPart_000_005D_01C77D1C.01CD8170 Content-Type: application/pdf; diff --git a/scripts/test/sample/PostMaster/PostMaster-Test8.box b/scripts/test/sample/PostMaster/PostMaster-Test8.box index 382daa18de..474baa062b 100644 --- a/scripts/test/sample/PostMaster/PostMaster-Test8.box +++ b/scripts/test/sample/PostMaster/PostMaster-Test8.box @@ -1,9 +1,9 @@ Return-Path: <"#FAX#*49000783135#"@otobo.fax> -Received: from otobo.fax (bitopw01.biel.otrs.com [10.103.240.64]) by gwrouter.biel.otrs.com with ESMTP; Wed, 07 Nov 2007 12:56:57 +0100 +Received: from otobo.fax (bitopw01.biel.otobo.org [10.103.240.64]) by gwrouter.biel.otobo.org with ESMTP; Wed, 07 Nov 2007 12:56:57 +0100 Received: by otobo.fax with SMTP; Wed, 07 Nov 2007 13:01:32 +0100 Date: 7 Nov 2007 13:01:32 +0100 From: <"#FAX#*49000783135#"@otobo.fax> -To: +To: Subject: Erhalten von *49000783135 Message-ID: <20071107_130132_C1_0087a41b_C2_0000028e_Name_ATF9589@otobo.fax> MIME-Version: 1.0 diff --git a/scripts/test/sample/PostMaster/PostMaster-Test9.box b/scripts/test/sample/PostMaster/PostMaster-Test9.box index 64a46f97be..a9b53729d2 100644 --- a/scripts/test/sample/PostMaster/PostMaster-Test9.box +++ b/scripts/test/sample/PostMaster/PostMaster-Test9.box @@ -1,7 +1,7 @@ Message-ID: 000000B9 X-Mailer: Novell GroupWise Internet Agent 7.0.2 HP Date: Tue, 13 Nov 2007 09:04:10 +0100 -From: "Hans Huber" +From: "Hans Huber" To: "OTRS" Subject: Some message with .pdf as only MIME attachment (without text for body) MIME-Version: 1.0 diff --git a/scripts/test/sample/SMIME/SMIME-Test.eml b/scripts/test/sample/SMIME/SMIME-Test.eml index b13cd424e1..1f387b5259 100644 --- a/scripts/test/sample/SMIME/SMIME-Test.eml +++ b/scripts/test/sample/SMIME/SMIME-Test.eml @@ -3,7 +3,7 @@ Date: Tue, 24 May 2016 09:42:01 +0200 From: unittest@example.org X-Mailer: OTOBO Mail Service (5.0.x git) Subject: Unittest data -X-Powered-BY: OTOBO (https://otrs.com/) +X-Powered-BY: OTOBO (https://otobo.org/) Message-ID: <1464075721.417156.319608702@localhost> MIME-Version: 1.0 Content-Disposition: attachment; filename="smime.p7m" diff --git a/scripts/test/sample/SysConfig/Migration/Package/TestPackage/TestPackage.sopm b/scripts/test/sample/SysConfig/Migration/Package/TestPackage/TestPackage.sopm index 1e12338c75..8d4477dd17 100644 --- a/scripts/test/sample/SysConfig/Migration/Package/TestPackage/TestPackage.sopm +++ b/scripts/test/sample/SysConfig/Migration/Package/TestPackage/TestPackage.sopm @@ -3,7 +3,7 @@ TestPackage 0.0.0 - https://otrs.com/ + https://otobo.org/ GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007 Test package.