User Tools

Site Tools


how_to:delete_outqueue_messages_directly_from_the_database

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
how_to:delete_outqueue_messages_directly_from_the_database [2015/02/09 10:11] – [To delete the messages] paulhow_to:delete_outqueue_messages_directly_from_the_database [2018/11/14 10:45] (current) – external edit 127.0.0.1
Line 31: Line 31:
  
 If you know the IP address the unwanted messages came from, you could use:\\ If you know the IP address the unwanted messages came from, you could use:\\
-''DELETE FROM outqueue.outmessages WHERE senderip='<ip address>'''+''DELETE FROM outqueue.outmessages WHERE senderip='<ip address>';''
  
 If you know the authenticated sender the unwanted messages came from, you could use:\\ If you know the authenticated sender the unwanted messages came from, you could use:\\
-''DELETE FROM outqueue.outmessages WHERE authsender='<username>'''+''DELETE FROM outqueue.outmessages WHERE authsender='<username>';''
  
 etc. etc.
how_to/delete_outqueue_messages_directly_from_the_database.1423476687.txt.gz · Last modified: 2018/11/14 10:44 (external edit)