Email Global Variables. More...
#include <stdbool.h>
Go to the source code of this file.
Variables | |
struct HashTable * | AutoSubscribeCache |
< Hash Table: "mailto:" -> AutoSubscribeCache | |
struct ListHead | Ignore |
List of regexes to match mailing lists. | |
struct RegexList | MailLists |
List of permitted fields in a mailto: url. | |
struct ListHead | MailToAllow |
List of regexes to identify non-spam emails. | |
struct RegexList | NoSpamList |
List of regexes and patterns to match spam emails. | |
struct ReplaceList | SpamList |
List of regexes to match subscribed mailing lists. | |
struct RegexList | SubscribedLists |
List of header patterns to unignore (see) | |
struct ListHead | UnIgnore |
List of regexes to exclude false matches in MailLists. | |
struct RegexList | UnMailLists |
List of regexes to exclude false matches in SubscribedLists. | |
struct RegexList | UnSubscribedLists |
Email Global Variables.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.
Definition in file globals.h.
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |