======LogDB.Attachments table====== The [[LogDB]].Attachments table contains a record of the attachments for messages logged by VPOP3. A message may have zero or more attachments =====Columns===== * attachid - this is a [[http://www.postgresql.org/docs/9.0/static/datatype-numeric.html|bigint]] sequential value which identifies the attachment uniquely in the database * msgid - this is a bigint value linking this message to a [[logdb messages|message]] * filename - the attachment file name * size - the attachment size (in bytes) * comments - text containing the notes about the attachment (if any - eg 'Filtered' if attachment filtering took place) * virusinfo - text containing details of any detected viruses in the attachment