This will be implemented in a similar way.

Thomas





Von:    "krz...@gmail.com " <krz...@gmail.com>
An:     ASSP development mailing list <assp-test@lists.sourceforge.net>
Datum:  13.04.2015 21:36
Betreff:        [Assp-test] literal LOCALUSER in SpamError , 
SenderInvalidError and bombError



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






DISCLAIMER:
*******************************************************
This email and any files transmitted with it may be confidential, legally 
privileged and protected in law and are intended solely for the use of the 

individual to whom it is addressed.
This email was multiple times scanned for viruses. There should be no 
known virus in this email!
*******************************************************

------------------------------------------------------------------------------
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