Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions UPGRADE
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
Note for Users Upgrading to SpamAssassin 4.0.3
----------------------------------------------

- Mail::SpamAssassin::Plugin::DecodeShortURLs has been merged into
Mail::SpamAssassin::Plugin::Redirectors and is now a deprecated
compatibility shim; all url_shortener*/short_url* settings and rules
still work as aliases of url_redirector*/redir_url*. Redirect chains
mixing shorteners and redirectors in any order are now followed
correctly, and query strings are no longer stripped before fetching.

- Mail::SpamAssassin::Plugin::ExtractText now has the possibility
to cache results in order to speedup attachment processing.

Expand Down
Loading