aboutsummaryrefslogtreecommitdiff
path: root/mail/Makefile
diff options
context:
space:
mode:
authorIon-Mihai Tetcu <itetcu@FreeBSD.org>2008-02-17 15:18:52 +0000
committerIon-Mihai Tetcu <itetcu@FreeBSD.org>2008-02-17 15:18:52 +0000
commitf1d93f4c6d849e3dded7e35ca028c26cad81be7e (patch)
treed948a760ed205c459dd94f0ec643d9c898f40f3a /mail/Makefile
parent00f15347d37be7952cf50382fe644d4bf937fdac (diff)
downloadports-f1d93f4c6d849e3dded7e35ca028c26cad81be7e.tar.gz
ports-f1d93f4c6d849e3dded7e35ca028c26cad81be7e.zip
A user may now build a list of rules that will be used to determine if unsafe
images (that are linked to remote sites) will be shown in HTML messages. If a message matches any of the rules and contains images that would normally be initially hidden, then they are now shown by default. The user may choose to always show unsafe images, for all message. This is obviously not recommended by the core SquirrelMail Project Team - or they wouldn't have built this functionality to begin with ( See the following: http://www.squirrelmail.org/wiki/UnsafeImages ). A new section is added to the options page titled, 'Unsafe Image Rules'. Within this page the user may define a number of rules to determine when messages are from a trusted source. These options are very similar to the core message filters plugin. A message field (To, From, CC, Subject) can be matched either against a regular expression, or simply searched to see if the given string is within the field. If a match is found then unsafe images are always shown for this source. WWW: http://www.squirrelmail.org/plugin_view.php?id=98
Notes
Notes: svn path=/head/; revision=207473
Diffstat (limited to 'mail/Makefile')
-rw-r--r--mail/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/Makefile b/mail/Makefile
index 4cbd82af957b..c3916397cd6c 100644
--- a/mail/Makefile
+++ b/mail/Makefile
@@ -613,6 +613,7 @@
SUBDIR += squirrelmail-spam-buttons-plugin
SUBDIR += squirrelmail-timeout_user-plugin
SUBDIR += squirrelmail-tmda-plugin
+ SUBDIR += squirrelmail-unsafe_image_rules-plugin
SUBDIR += squirrelmail-vlogin-plugin
SUBDIR += squirrelmail-websearch-plugin
SUBDIR += squirrelmail-wetteronline-plugin