=========================================================== .___ __ __ _________________ __ __ __| _/|__|/ |_ / ___\_` __ \__ \ | | \/ __ | | \\_ __\ / /_/ > | \// __ \| | / /_/ | | || | \___ /|__| (____ /____/\____ | |__||__| /_____/ \/ \/ grep rough audit - static analysis tool v2.8 written by @Wireghoul =================================[justanotherhacker.com]=== libphp-swiftmailer-6.2.3/doc/plugins.rst-259-When you send this message to each of your recipients listed in your libphp-swiftmailer-6.2.3/doc/plugins.rst:260:``$replacements`` array they will receive a message customized for just libphp-swiftmailer-6.2.3/doc/plugins.rst-261-themselves. For example, the message used above when received may appear like ############################################## libphp-swiftmailer-6.2.3/doc/plugins.rst-299-The Replacements interface is very simple to implement since it has just one libphp-swiftmailer-6.2.3/doc/plugins.rst:300:method: ``getReplacementsFor($address)``. libphp-swiftmailer-6.2.3/doc/plugins.rst-301- ############################################## libphp-swiftmailer-6.2.3/doc/plugins.rst-335- If your lookup algorithm is case sensitive, you should transform the libphp-swiftmailer-6.2.3/doc/plugins.rst:336: ``$address`` argument as appropriate -- for example by passing it through libphp-swiftmailer-6.2.3/doc/plugins.rst-337- ``strtolower()``. ############################################## libphp-swiftmailer-6.2.3/doc/messages.rst-120-can call if you want to take a look at what is going to be sent. For example, libphp-swiftmailer-6.2.3/doc/messages.rst:121:if you ``echo $message->toString();`` you would see something like this: libphp-swiftmailer-6.2.3/doc/messages.rst-122- ############################################## libphp-swiftmailer-6.2.3/tests/unit/Swift/MessageTest.php-77- $obj1_value === $obj1_clone_value, libphp-swiftmailer-6.2.3/tests/unit/Swift/MessageTest.php:78: "Property `$property` cloning error: source and cloned objects property is referencing same object" libphp-swiftmailer-6.2.3/tests/unit/Swift/MessageTest.php-79- ); ############################################## libphp-swiftmailer-6.2.3/tests/unit/Swift/MessageTest.php-84- $obj1_value !== $obj1_clone_value, libphp-swiftmailer-6.2.3/tests/unit/Swift/MessageTest.php:85: "Property `$property` not properly cloned: it should reference same object as cloning source (overdone copping)" libphp-swiftmailer-6.2.3/tests/unit/Swift/MessageTest.php-86- ); ############################################## libphp-swiftmailer-6.2.3/tests/unit/Swift/MessageTest.php-111- $arr1_value === $arr1_clone_value, libphp-swiftmailer-6.2.3/tests/unit/Swift/MessageTest.php:112: "Key `$key` cloning error: source and cloned objects property is referencing same object" libphp-swiftmailer-6.2.3/tests/unit/Swift/MessageTest.php-113- ); ############################################## libphp-swiftmailer-6.2.3/tests/unit/Swift/MessageTest.php-118- $arr1_value !== $arr1_clone_value, libphp-swiftmailer-6.2.3/tests/unit/Swift/MessageTest.php:119: "Key `$key` not properly cloned: it should reference same object as cloning source (overdone copping)" libphp-swiftmailer-6.2.3/tests/unit/Swift/MessageTest.php-120- );