X-Git-Url: https://code.citadel.org/?p=citadel.git;a=blobdiff_plain;f=citadel%2Fdocs%2Fdatabaselayout.txt;h=3eafb64eee88fb8ed1caf4a6f50241e508f93a70;hp=97c14f8d528d1aff363201d91a20b841fc00d652;hb=2d01d13e76adb74e80c1a9e7eb8810686b3d5029;hpb=0387f48886a9395d89eaca01cd40ab751610426f diff --git a/citadel/docs/databaselayout.txt b/citadel/docs/databaselayout.txt index 97c14f8d5..3eafb64ee 100644 --- a/citadel/docs/databaselayout.txt +++ b/citadel/docs/databaselayout.txt @@ -245,9 +245,6 @@ reaches zero. | L | eListID | list | List-ID | Mailing list identification, as per RFC 2919 | M | eMesageText | text | Message Text | Normal ASCII, newlines seperated by CR's or LF's, | | | | | null terminated as always. -| N | eOrigLocal | locl | Is-Local | The presence of this field indicates that the message -| | | | | originated on the local Citadel node, not as an inbound -| | | | | email or some other outside source. | O | eOriginalRoom | room | Room | Room of origin. | P | eMessagePath | path | Path | Complete path of message, as in the UseNet news | | | | | standard. A user should be able to send Internet mail @@ -286,6 +283,9 @@ reaches zero. | 2 | eExtnotify | | extnotify | Used internally by the serv_extnotify module. | 3 | eVltMsgNum | | msgnum | Used internally to pass the local message number in the | | | | | database to after-save hooks. Discarded afterwards. +| | | locl | | The presence of this field indicates that the message +| | | | | is believed to have originated on the local Citadel node, +| | | | | not as an inbound email or some other outside source. EXAMPLE -------