diff -ruN /home/sbe/src/otrs/Kernel/System/PostMaster/FollowUp.pm /opt/otrs/Kernel/System/PostMaster/FollowUp.pm
--- /home/sbe/src/otrs/Kernel/System/PostMaster/FollowUp.pm	2004-01-15 00:24:17.000000000 +0100
+++ /opt/otrs/Kernel/System/PostMaster/FollowUp.pm	2004-06-07 18:17:38.000000000 +0200
@@ -54,6 +54,9 @@
     }
     my %GetParam = %{$Param{GetParam}};
     my $State = $Param{State} || '';
+    if ($GetParam{'X-OTRS-State'}) {
+        $State = $GetParam{'X-OTRS-State'};
+    }
 	my $Comment = $Param{Comment} || '';
     my $Lock = $Param{Lock} || '';
     my $AutoResponseType = $Param{AutoResponseType} || '';
