allow literal LOCALUSER in SpamError , SenderInvalidError and bombError

why?
for example to allow those error messages to have url-s for web auto
whitelist system, for example: http://domain.org/whitelist.php?e=LOCALUSER

--- assp.pl-old 2015-04-13 21:31:31.000000000 +0200
+++ assp.pl     2015-04-13 18:16:35.000000000 +0200
@@ -30742,6 +30742,7 @@
     my $mfd; $mfd = $1 if $to =~ /\@([^@]*)/o;
     $error = $SpamError if !$error;
     $error =~ s/LOCALDOMAIN/$mfd/go;
+    $error =~ s/LOCALUSER/$to/go;

     if ( $reason =~ /bayes/io ) {
         if (allSH( $this->{rcpt}, 'baysTestModeUserAddresses' )) {
------------------------------------------------------------------------------
BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT
Develop your own process in accordance with the BPMN 2 standard
Learn Process modeling best practices with Bonita BPM through live exercises
http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual- event?utm_
source=Sourceforge_BPM_Camp_5_6_15&utm_medium=email&utm_campaign=VA_SF
_______________________________________________
Assp-test mailing list
Assp-test@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/assp-test

Reply via email to