I have a strange problem in OTRS. This is the scenario.
A customer sends a ticket and I reply to the ticket using the "empty answer" option in the TicketZoom page. When replying, i change the state to "pending", and submit. For the next few minutes, all is fine and I see a db entry in the article table for the reply I made, with the article_sender_type_id set to 1 (which means this entry was a reply from agent to customer, 1 means agent and 3 means customer). After a specific time(i think its 2 mins) I see that the ticket state has been changed back to active, and in my db i find a duplicate entry , with e'thing same except that the article_sender_type id is set to '3'.
I checked the system log, and found an entry there .. something like this: "Followup article to Ticket[10809] created(Ticket ID:6456, Article ID:57656)"
And the article ID in the log message is the same as the duplicate entry. When i searched the otrs code, i found that the postmaster module has a "followup"and "reject" module which inserts this entry into the db and makes this log entry.
HOW DO I DISABLE THIS FOLLOW UP OPTION!!! . Please help, i have been working on this issue for days now.. with no result
