diff --git a/CEP/Pipeline/framework/lofarpipe/support/loggingdecorators.py b/CEP/Pipeline/framework/lofarpipe/support/loggingdecorators.py
index ee2464ce4f235353525251c7bfc25a7695a1b01c..b0cb1326917c1b2157b9114c1d458efbd1dc1a10 100644
--- a/CEP/Pipeline/framework/lofarpipe/support/loggingdecorators.py
+++ b/CEP/Pipeline/framework/lofarpipe/support/loggingdecorators.py
@@ -158,17 +158,10 @@ def mail_log_on_exception(target):
                 msg_string = "duration: {0} \n "\
                  "No additional pipeline data available".format(duration_recipe)
     
-            _mail_msg_to("pipeline_finished", "klijn@astron.nl",
-                         "pipeline finished: {0}: {1}".format(
-                                os.path.basename(calling_object.__file__),
-                                calling_object.inputs['job_name']),
-                         msg_string)
-
         except Exception, message:
             # Static list of mail to be send
-            mail_list = ["klijn@astron.nl", 
-                         "orru@astron.nl",
-                         "sciencesupport@astron.nl"
+            mail_list = ["orru@astron.nl",
+                         "sos@astron.nl"
                          ]
 
             # get the active stack
diff --git a/LTA/LTAIngest/LTAIngestServer/LTAIngestServerCommon/config.py b/LTA/LTAIngest/LTAIngestServer/LTAIngestServerCommon/config.py
index c829c2f9bdd0263fb6b3895a37f5076804d11686..a68d3e2ee4b10fe27326379b4c8f6ac069e72b67 100644
--- a/LTA/LTAIngest/LTAIngestServer/LTAIngestServerCommon/config.py
+++ b/LTA/LTAIngest/LTAIngestServer/LTAIngestServerCommon/config.py
@@ -34,5 +34,5 @@ TRANSFER_TIMEOUT = 300
 
 FINISHED_NOTIFICATION_MAILING_LIST=['schaap@astron.nl','softwaresupport@astron.nl']
 if isProductionEnvironment():
-    FINISHED_NOTIFICATION_MAILING_LIST += ['observer@astron.nl','sciencesupport@astron.nl']
+    FINISHED_NOTIFICATION_MAILING_LIST += ['observer@astron.nl','sos@astron.nl']