This file is indexed.

/usr/share/horde/ingo/locale/en/help.xml is in php-horde-ingo 3.2.8-1ubuntu1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
<?xml version="1.0"?>
<help>
  <entry id="blacklist">
    <title>Blacklist</title>
    <para>The blacklist is a list of email addresses known to send email that
    you do not wish to see in your INBOX.</para>
  </entry>
  <entry id="blacklist-action">
    <title>Blacklist: Action</title>
    <para>This action defines what to do when a message from a blocked sender
    is sent to you. The possible values are "delete" or "move to folder". If
    "delete" is selected, the messages will be discarded before ever being
    stored in your Inbox. If "move to folder" is selected, they will be
    delivered to the selected folder.</para>
  </entry>
  <entry id="blacklist-addresses">
    <title>Blacklist: Addresses</title>
    <para>The list of addresses to block. Each address should be entered on a
    separate line.</para>
  </entry>
  <entry id="filters_rules">
    <title>Rules: Filter Rules</title>
    <para>This is the main rules screen. From here you can create new rules by
    clicking on the "New Rule" button; rearrange the rule order by clicking on
    the up and down arrows or entering new rule positions in the "Move" column;
    enable and disable specific rules by clicking on the icon in the "Enabled"
    column; and edit individual rules by clicking on the icon in the "Edit"
    column or on the rule name.</para>
    <para>
      <tip>Please note, that the rules are executed in the order displayed
      here. For example, if an email is deleted by the blacklist, the following
      rules will not have any influence on this email.</tip>
    </para>
  </entry>
  <entry id="forward">
    <title>Forward</title>
    <para>You may choose to automatically forward your incoming mail to a
    number of other mail addresses.</para>
  </entry>
  <entry id="forward-addresses">
    <title>Forward: Addresses</title>
    <para>You may choose to have your incoming mail redirected to another
    account. You may enter as many addresses as you like. Enter each address on
    a new line.</para>
  </entry>
  <entry id="forward-keepcopy">
    <title>Forward: Keep Copy</title>
    <para>If you select this option, a copy of your incoming messages will be
    saved in this account as well as being sent to the addresses to which you
    have your mail forwarded.</para>
  </entry>
  <entry id="pref-show_filter_msg">
    <title>Preference: Show detailed filter status messages?</title>
    <para>If using the IMAP filtering driver, this preference controls how
    verbose the filtering process is. If set to yes, every message filtered
    will result in a separate notification message output to the screen
    immediately after the message is processed. If set to no, only a summary of
    filter actions will be output to the screen.</para>
  </entry>
  <entry id="pref-filter_seen">
    <title>Preference: Filter only [un]seen messages?</title>
    <para>This preference identifies when the IMAP filtering driver will
    attempt to apply rules to the INBOX. You can either apply filters to all
    messages, apply filters ONLY to messages that are marked unseen, or apply
    filters ONLY to message that have been marked seen.</para>
  </entry>
  <entry id="rule">
    <title>Filter Rule</title>
    <para>A rule is the basic building block of your mail filters, it consists
    of one or more conditions and one or more actions. When a message is sent
    to you, it is processed through the conditions of your filter rules, if the
    conditions that you specify are met, then the actions that you specify will
    be performed on that message. Filters can be very useful for automatically
    deleting unwanted mail, or making your mail account more managable by
    storing related messages into different folders.</para>
  </entry>
  <entry id="rule-action">
    <title>Filter Rule: Action</title>
    <para>These are the possible actions to take if an incoming message matches
    the specified conditions. Note that all of these options may not be
    available to you - only the options that work with the underlying filtering
    software will be shown.</para>
    <heading>Deliver this message into my INBOX</heading>
    <para>The message will be saved in your INBOX. This is the default
    option.</para>
    <heading>Deliver to this mailbox</heading>
    <para>The message will be delivered to the specified folder.</para>
    <heading>Discard this message</heading>
    <para>The message will be silently deleted. Neither you nor the sender will
    receive notification that this has happened.</para>
    <heading>Redirect this message to</heading>
    <para>The message will be sent to the email address that you specify. No
    copy of the message will remain in this account.</para>
    <heading>Deliver to my INBOX and redirect to</heading>
    <para>The message will be sent to the email address that you specify, and a
    copy of the message will remain in your INBOX.</para>
    <heading>Reject this message with reason</heading>
    <para>The original message will be discarded, and a new message will be
    sent to the sender with the text that you specify.</para>
  </entry>
  <entry id="rule-match">
    <title>Filter Rule: Matching</title>
    <para>You may define multiple conditions within a single rule. You may
    group them together logically using ALL or OR. You may not create complex
    filters containing both types of conditions.</para>
    <para>If you select <b>ALL</b>, an incoming message must match every
    condition that you specify in order for the actions to be executed.</para>
    <para>If you select <b>ANY</b>, the specified actions will be executed if
    at least one of the conditions is met.</para>
    <heading>Conditions</heading>
    <para>There are 3 components to each condition in a rule. The first is the
    field to examine. The second is the type of comparison to perform. The
    third is the value to which the field should be compared. There are a few
    different types of comparisons that can be performed. The comparisons
    available for any given field will depend on both the type of the field and
    what the underlying filtering software can handle. Thus, all potential
    matching options listed below may not appear for a given field.</para>
    <heading>Contains</heading>
    <para>Will be considered to be true if the specified string is found
    anywhere on the line. Example: user@example would match
    joe_user@example.com</para>
    <heading>Doesn't Contain</heading>
    <para>Will be considered to be true if the specified string is not found
    anywhere on the line. Example: user@example would not match
    joe_user@example.com</para>
    <heading>Is</heading>
    <para>Will be considered to be true if the specified string matches the
    line exactly. Example: user@example.com is user@example.com</para>
    <heading>Isn't</heading>
    <para>Will be considered to be true if the specified string does not match
    the line exactly. Example: user@example is not user@example.com</para>
    <heading>Begins with</heading>
    <para>Will be considered to be true if the specified string matches the
    beginning of the line. Example: user@example will match
    user@example.com</para>
    <heading>Doesn't begin with</heading>
    <para>Will be considered to be true if the specified string does not match
    the beginning of the line. Example: user@example.com will not match
    user@example</para>
    <heading>Ends with</heading>
    <para>Will be considered to be true if the specified string matches the end
    of the line. Example: example.com will match user@example.com</para>
    <heading>Doesn't end with</heading>
    <para>Will be considered to be true if the specified string does not match
    the end of the line. Example: horde.org will not match
    user@example.com</para>
    <heading>Exists</heading>
    <para>Will be considered to be true if the specified header exists in the
    message, regardless of what its value is.</para>
    <heading>Doesn't Exist</heading>
    <para>Will be considered to be true if the specified header does not exist
    in the message.</para>
    <heading>Regex</heading>
    <para>Regex allows you to use complex POSIX compatible regular expressions
    to compare against message headers.</para>
    <heading>Matches</heading>
    <para>Matches is similar to contains, with the exception that you may use *
    and ? as wildcards. An * will match any number of characters, and a ? will
    match exactly one character. Example: "*user?@example.com" will match both
    "user1@example.com" and "otheruser2@example.com"</para>
    <heading>Doesn't match</heading>
    <para>Doesn't match is the same as matches except that it will evaluate to
    false if the specified value matches the string in the message
    header.</para>
    <heading>Less than</heading>
    <para>This is a relational test which will compare the value you specify
    and the value in the message header numerically.</para>
    <heading>Less than or equal to</heading>
    <para>This is a relational test which will compare the value you specify
    and the value in the message header numerically.</para>
    <heading>Equal to</heading>
    <para>This is a relational test which will compare the value you specify
    and the value in the message header numerically.</para>
    <heading>Greater than or equal to</heading>
    <para>This is a relational test which will compare the value you specify
    and the value in the message header numerically.</para>
    <heading>Greater than</heading>
    <para>This is a relational test which will compare the value you specify
    and the value in the message header numerically.</para>
    <heading>Limitation with Sieve filtering</heading>
    <warn>The Sieve specification doesn't support comparions with negative
    numbers. If you enter a negative value in one of the relational tests,
    your rule won't work correctly.</warn>
  </entry>
  <entry id="rule-mark">
    <title>Filter Rule: Mark Message</title>
    <para>You may specify marking a message with one or more IMAP flags as one
    of the actions in a rule. The possible values are Seen, Flagged For Followup,
    Answered, and Deleted.</para>
  </entry>
  <entry id="rule-name">
    <title>Filter Rule: Name</title>
    <para>This is a descriptive name for a rule. You may use it to identify a
    rule in your filter listing.</para>
  </entry>
  <entry id="rule-stop">
    <title>Filter Rule: Stop Checking</title>
    <para>If this option is checked, and a message matches this rule, the
    remaining filters will not be processed.</para>
  </entry>
  <entry id="vacation">
    <title>Vacation</title>
    <para>Vacation messages are automatic responses sent to people when they
    email you. They are normally used when you are away for a long period of
    time.</para>
  </entry>
  <entry id="vacation-period">
     <title>Vacation: Period</title>
     <para>Vacation messages will only be sent during the period of time that
     you are on vacation.</para>
  </entry>
  <entry id="vacation-bulk">
    <title>Vacation: No Respond to Bulk</title>
    <para>Checking this option will cause vacation responses to not be sent to
    messages that appear to come from mailing lists or that are marked as bulk
    mail.</para>
  </entry>
  <entry id="vacation-days">
    <title>Vacation: Reply Interval</title>
    <para>This is the number of days to wait before sending an autoresponse to
    an address that has already received one.</para>
  </entry>
  <entry id="vacation-myemail">
    <title>Vacation: My Email Addresses</title>
    <para>If you have more than one email address coming to this mailbox then
    specify them here.</para>
  </entry>
  <entry id="vacation-noresponse">
    <title>Vacation: No Responses</title>
    <para>Don't send the vacation message to these recipients. Each address
    should be on its own line.</para>
  </entry>
  <entry id="vacation-reason">
    <title>Vacation: Vacation Reason</title>
    <para>This is the text that will be sent in your vacation responses.</para>
    <para>You can use placeholders to dynamically generate the response message
    contents from your identity information or other sources:</para>
    <para>%NAME%: The full name from your standard identity</para>
    <para>%EMAIL%: The email address from your standard identity</para>
    <para>%SIGNATURE%: The signature from your standard identity</para>
    <para>%STARTDATE%: The start date of your vacation</para>
    <para>%ENDDATE%: The end date of your vacation</para>
  </entry>
  <entry id="vacation-subject">
    <title>Vacation: Vacation Subject</title>
    <para>This is the subject that will be used for vacation responses.</para>
  </entry>
  <entry id="whitelist">
    <title>Whitelist</title>
    <para>The whitelist is a list of (legitimate) email addresses that you
    always wish to see in your INBOX. Each address should be entered on a
    separate line.</para>
  </entry>
  <entry id="spam-level">
    <title>Spam Filtering: Spam Level</title>
    <para>The system will consider messages with a likely spam score greater
    than or equal to the number entered here as spam.</para>
    <para>Lower numbers will catch more messages, with the drawback that there
    is a greater chance of catching real messages.  "5" is a typical value
    if your system is using SpamAssassin.</para>
  </entry>
  <entry id="spam-folder">
    <title>Spam Filtering: Folder to receive spam</title>
    <para>The system will file messages which it determines to be spam into
    this folder.</para>
  </entry>
</help>