Title: [Plugin: Email Address Encoder] Feature request: also encode &quot;@&quot;-substitutes
Last modified: August 20, 2016

---

# [Plugin: Email Address Encoder] Feature request: also encode "@"-substitutes

 *  Resolved [owcv](https://wordpress.org/support/users/owcv/)
 * (@owcv)
 * [14 years, 5 months ago](https://wordpress.org/support/topic/plugin-email-address-encoder-feature-request-also-encode-substitutes/)
 * Is it possible that you also implement the encoding of mail adresses written 
   with **[at]** instead of **@** too?
 * For example, if I have an email adress on my wordpress blog like:
    **name[at]
   domain.com**
 * That this one is also encoded by your plugin.
 * Can you do that? 🙂
 * [http://wordpress.org/extend/plugins/email-address-encoder/](http://wordpress.org/extend/plugins/email-address-encoder/)

Viewing 8 replies - 1 through 8 (of 8 total)

 *  Plugin Author [Till Krüss](https://wordpress.org/support/users/tillkruess/)
 * (@tillkruess)
 * [14 years, 5 months ago](https://wordpress.org/support/topic/plugin-email-address-encoder-feature-request-also-encode-substitutes/#post-2451868)
 * Hey!
 * I’ll release a new version of the plugin in the next days which will allow you
   to easily manipulate the regular expression, so you can parse your special @ 
   too.
 * Cheers,
    Till
 *  Plugin Author [Till Krüss](https://wordpress.org/support/users/tillkruess/)
 * (@tillkruess)
 * [14 years, 5 months ago](https://wordpress.org/support/topic/plugin-email-address-encoder-feature-request-also-encode-substitutes/#post-2451968)
 * With version 1.0.2 you can do a fancy override of the regular expression like
   that: `<?php add_filter('eae_regexp', function($pattern) { return str_replace('\
   @', '(\@|\[at\])', $pattern); }); ?>`
 *  Thread Starter [owcv](https://wordpress.org/support/users/owcv/)
 * (@owcv)
 * [14 years, 5 months ago](https://wordpress.org/support/topic/plugin-email-address-encoder-feature-request-also-encode-substitutes/#post-2452050)
 * and where to place that?
 *  Thread Starter [owcv](https://wordpress.org/support/users/owcv/)
 * (@owcv)
 * [14 years, 5 months ago](https://wordpress.org/support/topic/plugin-email-address-encoder-feature-request-also-encode-substitutes/#post-2452051)
 * …and besides, I don’t want to parse my “@”, I write the mail-adresses in my posts
   and pages with “[at]”. So it would be great if mail-adresses written that way,
   will be encoded too! 😉
 *  Thread Starter [owcv](https://wordpress.org/support/users/owcv/)
 * (@owcv)
 * [14 years, 5 months ago](https://wordpress.org/support/topic/plugin-email-address-encoder-feature-request-also-encode-substitutes/#post-2452052)
 * If I change line 62 in email-address-encoder.php (ver 1.0.1) from
 * `\@`
 * to
 * `\@|\[at\]`
 * that does exactly the job!
 * So I would appreciate, if you could include that in one of your next updates.
 *  Plugin Author [Till Krüss](https://wordpress.org/support/users/tillkruess/)
 * (@tillkruess)
 * [14 years, 5 months ago](https://wordpress.org/support/topic/plugin-email-address-encoder-feature-request-also-encode-substitutes/#post-2452065)
 * Hey!
 * I won’t include your desired changed in the plugin, it’s too much of a corner
   case. However I version 1.0.2 introduced the `eae_regexp` [filter](http://codex.wordpress.org/Plugin_API),
   as written earlier, which allows you to override the regular expression pattern
   yourself.
 * Just place the code written code in your Theme’s `functions.php` or in a [Must Use Plugin](http://codex.wordpress.org/Must_Use_Plugins).
 * Cheers!
 *  [ITfee](https://wordpress.org/support/users/epistates/)
 * (@epistates)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/plugin-email-address-encoder-feature-request-also-encode-substitutes/#post-2452135)
 * how about just implement a setting, where you can choose to change the `@` into`[
   at]` or even better the plugin converses all `@` automatically into `[at]`. that
   would also raise the security. a mix of antispam-technology is better than just
   one method.
 *  Plugin Author [Till Krüss](https://wordpress.org/support/users/tillkruess/)
 * (@tillkruess)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/plugin-email-address-encoder-feature-request-also-encode-substitutes/#post-2452136)
 * I intent to keep this plugin simple for overall compatibility. If you want to
   convert @ into [at] you can use the `eae_method` filter, but this will break 
   mailto-links.

Viewing 8 replies - 1 through 8 (of 8 total)

The topic ‘[Plugin: Email Address Encoder] Feature request: also encode "@"-substitutes’
is closed to new replies.

 * ![](https://ps.w.org/email-address-encoder/assets/icon-256x256.jpg?rev=970206)
 * [Email Address Encoder](https://wordpress.org/plugins/email-address-encoder/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/email-address-encoder/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/email-address-encoder/)
 * [Active Topics](https://wordpress.org/support/plugin/email-address-encoder/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/email-address-encoder/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/email-address-encoder/reviews/)

 * 8 replies
 * 3 participants
 * Last reply from: [Till Krüss](https://wordpress.org/support/users/tillkruess/)
 * Last activity: [14 years, 4 months ago](https://wordpress.org/support/topic/plugin-email-address-encoder-feature-request-also-encode-substitutes/#post-2452136)
 * Status: resolved